1. 程式人生 > >IIS7上傳4M文件以上文件出現“Post大小超出允許的限制”錯誤解決方法

IIS7上傳4M文件以上文件出現“Post大小超出允許的限制”錯誤解決方法

iis7 div request 節點 bsp edi 大小 style rect

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

IIS7上傳4M文件以上文件出現“Post大小超出允許的限制”錯誤解決方法