From: Dan on
I'm using a pure ASP upload script to handle file uploading. We run IIS6 and
I'm aware of the AspMaxRequestEntityAllowed variable in the metabase. I upped
this to allow the file size maximum and it was working for the past couple
months. Now all of a sudden in the past couple of days we are seeming to have
problems.

The upload works fine for anything up to around 2mb (or so it seems).

When uploading about 20mb worth (10x2mb files), I get the following error
(thrown from firefox). I tried changing Response.Expires,
Server.ScriptTimeout, and the connection timeout setting for the website in
IIS.

Connection Interrupted
The connection to the server was reset while the page was loading.
The network link was interrupted while negotiating a connection. Please try
again.

When uploading about 2-10mb worth of files, I get an error thrown by ASP.
The error typically just means that AspMaxRequestEntityAllowed needs to be
increased, but since I've already increased it as high as it can go, I'm
really confused.

Request object error 'ASP 0101 : 80004005'
Unexpected error
/scripts/update/ShadowUploader.asp, line 58
The function returned |.

Line 58: strBinData = Request.BinaryRead(iBytesCount)
From: "Jon Paal [MSMD]" Jon nospam Paal on
" it was working for the past couple months."


If the code was working before, and no code changes have been made, then the problem must be something other than the code.




From: Dan on
My thoughts exactly. I didn't necessarily say it was something in the code I
needed to fix. I'm looking for suggestions on anything that could be wrong.
From: "Jon Paal [MSMD]" Jon nospam Paal on
http://classicasp.aspfaq.com/general/why-do-i-get-asp-0101-errors.html



"Dan" <Dan(a)discussions.microsoft.com> wrote in message news:D2277FFD-9E80-4D38-9ED8-EE783652C1D2(a)microsoft.com...
> My thoughts exactly. I didn't necessarily say it was something in the code I
> needed to fix. I'm looking for suggestions on anything that could be wrong.


From: Dan on
I've already read that article, and many others I searched for off of Google.
I only ask for help when I can't already find it somewhere else.

I'm not using a component - this is a pure ASP file upload.

"Jon Paal [MSMD]" wrote:

> http://classicasp.aspfaq.com/general/why-do-i-get-asp-0101-errors.html
>
>
>
> "Dan" <Dan(a)discussions.microsoft.com> wrote in message news:D2277FFD-9E80-4D38-9ED8-EE783652C1D2(a)microsoft.com...
> > My thoughts exactly. I didn't necessarily say it was something in the code I
> > needed to fix. I'm looking for suggestions on anything that could be wrong.
>
>
>
 |  Next  |  Last
Pages: 1 2 3
Prev: GetRows
Next: ASP Content Display (aspx expert)