[ASP.NET] 'System.Web.HttpUnhandledException' 형식의 예외가 Throw되었습니다.

2019. 4. 22. 09:33EXPERIENCE/WEB | .NET Framework

반응형

Message : 'System.Web.HttpUnhandledException' 형식의 예외가 Throw되었습니다.
원격 호스트에서 연결을 닫았습니다. 오류 코드는 0x800703E3입니다.
위치: System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError(Int32 result, Boolean throwOnDisconnect)....

This exception indicates that the user closed the connection before the file had finished downloading by closing his/her browser or navigating to another page. Users never see this error but Elmah logs it. You can check your client is connected before writing to down stream but it can not solve the problem completely.

https://stackoverflow.com/questions/22084835/exception-message-the-remote-host-closed-the-connection-the-error-code-is-0x

반응형