" maxAllowedContentLength"的最大值是多少?在IIS 7.5中?

时间:2017-10-24 10:14:56

标签: .net web-config iis-7.5

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

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

1 个答案:

答案 0 :(得分:1)

上面的评论显然显示了在哪里找到答案。

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

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