Connecting Tech Pros Worldwide Help | Site Map

ASP Upload Problems

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 3rd, 2008, 06:25 PM
Newbie
 
Join Date: Jun 2008
Posts: 9
Default ASP Upload Problems

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
Expand|Select|Wrap|Line Numbers
  1. strBinData = Request.BinaryRead(iBytesCount)
Reply
  #2  
Old July 4th, 2008, 12:40 PM
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
Default

What OS are you using? This may apply:
ASP Request.BinaryRead Method Causes 100 Percent CPU Utilization.
Reply
  #3  
Old July 7th, 2008, 04:11 PM
Newbie
 
Join Date: Jun 2008
Posts: 9
Default

Quote:
Originally Posted by kenobewan
The server runs Windows 2003. That's not really the case because the pages this happens on are not public, so we're not worried about end case stuff. This happens when you wait for the page to completely load.
Reply
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search


Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,840 network members.