.net “的最大值是多少?”;maxAllowedContentLength“;在iis7.5中?

.net “的最大值是多少?”;maxAllowedContentLength“;在iis7.5中?,.net,web-config,iis-7.5,.net,Web Config,Iis 7.5,在具有Windows Server 2008 R2和IIS 7.5的Web.config文件中,maxAllowedContentLength的最大值是多少 上面的评论显然表明了在哪里可以找到答案 另一个来源是检查IIS架构文件,它通常位于%windir%\system32\inetsrv\config\schema文件夹中 看一看 <system.webServer> <security> <requestFiltering>

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



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

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

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