摘要:
原先使用windows 2003 server和IIS6,默认限制为4m,可以通过如下方式解决QQ截图20120209095537.png(22.08 K)2012-2-8 20:12:04修改web.cofing文件,在system.web标签中添加<httpRuntime maxRequestLength="2097151" executionTimeout="36000"/>使用windows 2008 IIS7环境,<httpRuntime maxRequestLength="2097151" executi 阅读全文