具有Windows Server 2008 R2和IIS 7.5的Web.config文件中 maxAllowedContentLength 的最大值是多少?
<system.webServer> <security> <requestFiltering> <requestLimits maxAllowedContentLength="???"/> </requestFiltering> </security> </system.webServer>
答案 0 :(得分:1)
上面的评论显然显示了在哪里找到答案。
另一个来源是检查IIS模式文件,该文件通常位于%windir%\system32\inetsrv\config\schema
文件夹
https://github.com/lextm/iis_schema/blob/master/IIS_schema.xml#L1321