Windows Form 용으로 사용할 Servie Framework 를 개발 중입니다. .Net 6에서 gRPC로 Application(Bussines Logic) 및 File Transmit 관련 서비스를 작업하였습니다. 서비스 호출 구조가 Client Nginx ReverseProxy ASP.NET Core Server? 형태로 되어 있습니다. File Upload 작업을 완료 후 디버깅시에는 이상이 없으나 배포하여 테스트 하는 경우 아래의 오류가 발생하였습니다. * System.Net.Http.Http2StreamException: The HTTP/2 server reset the stream. HTTP/2 error code 'INTERNAL_ERROR' (0x2). 이벤트 유형 모니커이벤트시간기..
.Net Core
프로젝트 -> 오른쪽 마우스 버튼 -> 프로젝트 파일 편집 -v "C:\data:/data" 1. PropertyGroup 내에 DockerfileRunArguments 만들어서 사용. 2. docker 에서 사용가능한 arguments 종류를 사용 가능 ex) -p 15000:80 등 포트 치정 출처 : Mounting Volumes in Docker with Visual Studio - Jamie Bowman (mrjamiebowman.com)

System.InvalidOperationException: 'Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date. To generate a developer certificate run 'dotnet dev-certs https'. 1. 인증서 문제 ubuntu - Docker image: Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate coul..