【问题标题】:What is the maximum value for "maxAllowedContentLength" in IIS 7.5?IIS 7.5 中“maxAllowedContentLength”的最大值是多少?
【发布时间】:2017-10-24 10:14:56
【问题描述】:

具有 Windows Server 2008 R2 和 IIS 7.5 的 Web.config 文件中 ma​​xAllowedContentLength 的最大值是多少?

  <system.webServer>
    <security>
      <requestFiltering>
        <requestLimits maxAllowedContentLength="???"/>
      </requestFiltering>
    </security>
  </system.webServer>

【问题讨论】:

标签: .net web-config iis-7.5


【解决方案1】:

上面的评论显然表明了在哪里可以找到答案。

另一个来源是检查 IIS 架构文件,该文件通常位于 %windir%\system32\inetsrv\config\schema 文件夹

https://github.com/lextm/iis_schema/blob/master/IIS_schema.xml#L1321

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2015-05-21
    • 2011-06-15
    • 2021-12-25
    • 2011-05-05
    • 2010-09-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多