The IIS MetaBase.xml file entiry "AspMaxRequestEntityAllowed" can make any difference in uploading sharepoint 2007 files?
Asked
Active
Viewed 1,270 times
1 Answers
1
The AspMaxRequestEntityAllowed
(and other ASP-specific settings like AspBufferingLimit
) setting is an ASP (classic) limit. It doesn't affect ASP.NET or other web frameworks running on IIS.
Here is a short tutorial describing the steps that are necessary for increasing the upload limits of a Sharepoint 2007 site:
- Increase the Web Applications Upload limit.
- Increase the HTTP Timeout.
- Increase the Execution Timeout and MaxRequestLength in web.config

splattne
- 28,508
- 20
- 98
- 148