IIS 6.0:AspMaxRequestEntityAllowed 是否影响 Sharepoint 2007 中的最大上传大小?

IIS 6.0:AspMaxRequestEntityAllowed 是否影响 Sharepoint 2007 中的最大上传大小?

IIS MetaBase.xml 文件条目“AspMaxRequestEntityAllowed”对上传 SharePoint 2007 文件有何影响?

答案1

AspMaxRequestEntityAllowed(以及其他 ASP 特定设置,例如)设置AspBufferingLimitASP(经典)限制。它不会影响在 IIS 上运行的 ASP.NET 或其他 Web 框架。

这是一个简短的教程描述增加 Sharepoint 2007 站点的上传限制所需步骤:

  1. 增加 Web 应用程序上传限制。
  2. 增加 HTTP 超时。
  3. 增加 web.config 中的执行超时和 MaxRequestLength

相关内容