参数上传和文件上传大小限制调整,参数上传最大2097151
<system.web> <httpRuntime requestValidationMode="2.0" maxQueryStringLength="2097151" maxRequestLength="20971520" executionTimeout="3600"/> </system.web>
web.config
原文:http://www.cnblogs.com/Celebrator/p/4650390.html