The IIS MetaBase.xml file entiry "AspMaxRequestEntityAllowed" can make any difference in uploading sharepoint 2007 files?
From serverfault
CrazyNick
-
The
AspMaxRequestEntityAllowed(and other ASP-specific settings likeAspBufferingLimit) 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
From splattne
0 comments:
Post a Comment