- A+
错误原因
解决方案
- <system.web>
- <httpRuntime maxRequestLength="2097151" executionTimeout="120" />
- </system.web>
- <system.webServer>
- <!--允许上传文件长度,单位字节-->
- <security>
- <requestFiltering>
- <requestLimits maxAllowedContentLength="2147483647"/>
- </requestFiltering>
- </security>
- </system.webServer>