|
Rank: Member Groups: Member
Joined: 9/2/2008 Posts: 14
|
Dear Support, We got the following error from our site.
System.Web.HttpException The remote host closed the connection. The error code is 0x80070057.
System.Web.HttpException (0x80070057): The 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 EO.Internal.ayg.a(dj A_0, Boolean A_1, AsyncCallback A_2, azw A_3, HttpResponse A_4, Object A_5) at EO.Internal.ayg.a(azw A_0, Boolean A_1, AsyncCallback A_2) at EO.Internal.ayg.a(HttpApplication A_0, AsyncCallback A_1) at EO.Web.Runtime.a(HttpContext A_0, AsyncCallback A_1, Object A_2) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
File : eo_web.ashx QUERY_STRING id=9CC2706E-16D5-4bcf-A16B-179ADDB58C8E
We are using Asp State server with multiple IIS Worker Process.
It only happens in EO web Menu. Please advise me how to fix this.
Thanks Patrick
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This error by itself is not an issue and it can occur in many different scenarios. For example, if user download a file and then cancel it, then you may receive this error. However if you can let us know which version of EO.Web you are using, we can look into our source code and see if there is anything else we can find. Also if it affects any features, please let us know as well.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 9/2/2008 Posts: 14
|
Dear Support, we are using "19.2.91.0"
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This appears to be caused by our code that dynamically serves images. You can try to use physical image files and see if it resolves the issue for you. You would need to check your ASPX file and look for any of those Url property with a number in it (for example, LeftIcon-Url="00000101"), then replace that number with a real image.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 9/2/2008 Posts: 14
|
Hi Thanks for the quick reply. I cannot see this code. LeftIcon-Url="00000101" I am using static folder for the javascript files (eowebmenu). Can you please advise exactly , in which file i should change the image.
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
That's just an example, not something literally you are looking for.
|
|