The remote host closed the connection. The error code is 0x80072746.

K

kurt sune

I have an asp 2.0 web.
It very eagerly displays this error:
(nothing shows up for the users)
Message:

The remote host closed the connection. The error code is 0x80072746.

Stacktrace:

at System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6.FlushCore(Byte[]
status, Byte[] header, Int32 keepConnected, Int32 totalBodySize, Int32
numBodyFragments, IntPtr[] bodyFragments, Int32[] bodyFragmentLengths, Int32
doneWithSession, Int32 finalStatus, Boolean& async)

at System.Web.Hosting.ISAPIWorkerRequest.FlushCachedResponse(Boolean
isFinal)

at System.Web.Hosting.ISAPIWorkerRequest.FlushResponse(Boolean finalFlush)

at System.Web.HttpResponse.Flush(Boolean finalFlush)

at System.Web.HttpWriter.WriteFromStream(Byte[] data, Int32 offset, Int32
size)

at System.Web.HttpResponseStream.Write(Byte[] buffer, Int32 offset, Int32
count)

at Nymi.Logo.ProcessRequest(HttpContext context)

at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplicati
on.IExecutionStep.Execute()

at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)





I have googled and this error is not reffered to much.

One solution is to set Page:Buffer="false"

One other is in the .ashx set IsReusable = "false"



Neither works for me.



I do would appreciate further ideas.



/k
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top