12-29-04 02:00 AM
Hi,
In my Try-Catch Blocks I am able to get the following error.
12/28/2004 5:14:33 PM
Thread was being aborted.
System.Web
at System.Web.UnsafeNativeMethods.EcbFlushCore(IntPtr pECB, Byte[]
status, Byte[] header, Int32 keepConnected, Int32 totalBodySize, Int32
numBodyFragments, IntPtr[] bodyFragments, Int32[] bodyFragmentLength
s, Int32
doneWithSession, Int32 finalStatus, Int32 kernelCache, Int32 async,
ISAPIAsyncCompletionCallback asyncCompletionCallback)
at System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6.FlushCore(Byte[]
status, Byte[] header, Int32 keepConnected, Int32 totalBodySize, Int32
numBodyFragments, IntPtr[] bodyFragments, Int32[] bodyFragmentLength
s, 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.WriteFile(String filename, Int64 offset, Int64
size)
at System.Web.HttpResponse.WriteFile(String filename, Int64 offset, Int64
size)
at ClubDownload.DownloadFile.getFile(String FilePath, String ContentType)
in C:\Webs\Mirror2 Server\mirror2.pccrafter.com\bin\ClubDownload.vb:line 140
EcbFlushCore
Does this shed any light on the situation? I upgraded the code that I use
for downloading over the weekend, however, not all the download problems are
gone. Our customers are becoming very angry because of the switch from
server 2000 to server 2003.
"Egbert Nierop (MVP for IIS)" wrote:
> "dan@pccrafter.com" <dan@pccrafter.com@discussions.microsoft.com> wrote in
> message news:4988E0A4-2DAB-457B-8B34-E1B30A9D6E08@microsoft.com...
>
> Sorry, it should have been content-length indeed.
> But I believe that the timeout is the cause of it. In addition
> Response.IsClientConnected makes your script clean up nicely after a
> disconnect.
>
>
>
[ Post a follow-up to this message ]
|