|
|
|||||||||||||||
|
||||||||||||||||
|
I got error "System.Web.HttpException: Maximum request length exceeded"SUMMARY This problem occurs because the default value for the maxRequestLength parameter in the <httpRuntime> section of the Machine.config or Web.Config file is 4096 (4 megabytes). As a result, files that are larger than this value are not uploaded by default. SOLUTION To resolve this problem, use one of the following methods:
MORE Note During the upload process of large files,
built-in ASP.NET loads the whole file in memory before the user can save the
file to the disk. Therefore, the process may recycle because of the memoryLimit
attribute of the processModel tag in the Machine.config file.
More info you can find in Microsoft KB article:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;295626 REFERENCES
Microsoft KB Article: |
|||||||||||||||
|
©2002-2010 Element-IT Software. All Rights Reserved. |