c# - Asp.net WebAPI HTTP SERVER ERRORS - user breaks the connection -
i have web.api project, , deployed azure web sites. times see many http server errors in dashboard.
detailed error information: module managedpipelinehandler notification executerequesthandler handler system.web.http.webhost.httpcontrollerhandler error code 0x800703e3 requested url http://test-server:80/api/statistics/showstories physical path d:\home\site\wwwroot\api\statistics\showstories logon method anonymous logon user anonymous
i don't know how fix , why happens.
update
i found happens because user breaks internet connections, , question in next: how catch problems, maybe create custom exception handler, , logger problems, 'http server errors' , not show azure dashboard?
see question: asp.net web api operationcanceledexception when browser cancels request
i think if handle operationcanceledexception correctly, error not logged.
Comments
Post a Comment