2008年8月24日 星期日

Configure Web.config to permit the uploading of big file

The description of how to setting the ASP.NET file upload limit in web.config file.

Please add or modify the following section in your web.config file to control the maximum upload size and time:

<httpRuntime executionTimeout=”3600″
maxRequestLength=”1024000″
useFullyQualifiedRedirectUrl=”false”
minFreeThreads=”8″
minLocalRequestFreeThreads=”4″
appRequestQueueLimit=”100″/>

In this example, the values are set to 3600 seconds=1 hour and 1024000 KB=1GB.

Original Article: http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm#21529F34-A8D4-47B5-8B63-6FBE6A1BC91E

[re-post this article due to database crash.]

沒有留言: