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,
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,