Мы видим следующее исключение IIS7WorkerRequest.ExplicitFlush () в наших журналах веб-приложения.
В чем может быть причина и когда мы обычно получаем такую ошибку?
Ценю помощь.
Ошибка:
Global.asax:Application_ErrorThe remote host closed the connection. The error code is 0x80070057.
at System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError(Int32 result, Boolean throwOnDisconnect)
at System.Web.Hosting.IIS7WorkerRequest.ExplicitFlush()
at System.Web.HttpResponse.Flush(Boolean finalFlush, Boolean async)
at System.Web.HttpResponse.End()
at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent)
at System.Web.Security.CookielessHelperClass.RedirectWithDetection(String redirectPath)
at System.Web.Security.CookielessHelperClass.UseCookieless(HttpContext context, Boolean doRedirect, HttpCookieMode cookieMode)
at System.Web.SessionState.SessionIDManager.GetCookielessSessionID(HttpContext context, Boolean allowRedirect, Boolean& cookieless)
at System.Web.SessionState.SessionIDManager.InitializeRequest(HttpContext context, Boolean suppressAutoDetectRedirect, Boolean& supportSessionIDReissue)
at System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData)
at System.Web.HttpApplication.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)