Timeout uploading large files

G

Guest

Hi there,

I am having a problem with an ASP.NET 1.1 application running on II6. When
uploading large files, the attempt seems to timeout (in the form of a IE DNS
error) after about a minute even though I have adjusted the executionTimeout
and maxRequestLength attributes of the httpRuntime element.

<httpRuntime
executionTimeout="1200"
maxRequestLength="20480"
useFullyQualifiedRedirectUrl="false"
minFreeThreads="8"
minLocalRequestFreeThreads="4"
appRequestQueueLimit="100"
enableVersionHeader="true"
/>

Is there anything else that can affect this?

Thanks,
 
S

Steven Cheng[MSFT]

Hi Steven,

Welcome to the ASPNET newsgroup.

As for the large file uploading in ASP.NET web page problem, I think the
two settings you mentioned should be suffcient generally. And you can view
the following article since it also mentioned some other place which we can
try configuring:

#Large File Uploading in ASP.NET
http://weblogs.asp.net/mhawley/archive/2004/05/11/129824.aspx

Also, I suggest you try set the executionTimeout and to some larger value
for test. In addition, you can test the upload page from multiple client to
see whether this is a clientside specific issue.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top