IIS7上传4M文件以上文件出现“Post大小超出允许的限制”错误解决方法

在web.config文件中的system.web节点中添加如下这句,即40M
    <system.web>
<httpRuntime maxRequestLength = "40960" useFullyQualifiedRedirectUrl="true"/>
    </system.web>

 

posted @ 2017-11-18 13:23  qkabcd  阅读(1645)  评论(0编辑  收藏  举报