日期:2014-05-17 浏览次数:20428 次
<system.web>
<httpRuntime maxRequestLength="2147483647" enableVersionHeader="false"/>
</system.web>
<security>
<system.webServer>
<requestFiltering>
<requestLimits maxAllowedContentLength="2147483647" />
</requestFiltering>
</security>
</system.webServer>