B
Brad
I have several web apps which download content to client (pdf, tif, etc) by
writing out content in an aspx page. I've recently upgraded these from 1.1
to 2.0....and they all seem to work fine except that every now and then the
apps raise the following error (our apps email us when an error occurs):
==================================
The remote host closed the connection. The error code is 0x80072746.
Stack
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.HttpResponse.Flush()
==================================
Never had this message under 1.1 so my quesiton is: Is this a new type of
"error" under 2.0 that isn't really an error but just telling me the client
closed the browser before the content was sent.....or....is this an error I
need to be noting? If the later what is it telling me and how would I
address it?
Thanks
- Brad
writing out content in an aspx page. I've recently upgraded these from 1.1
to 2.0....and they all seem to work fine except that every now and then the
apps raise the following error (our apps email us when an error occurs):
==================================
The remote host closed the connection. The error code is 0x80072746.
Stack
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.HttpResponse.Flush()
==================================
Never had this message under 1.1 so my quesiton is: Is this a new type of
"error" under 2.0 that isn't really an error but just telling me the client
closed the browser before the content was sent.....or....is this an error I
need to be noting? If the later what is it telling me and how would I
address it?
Thanks
- Brad