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

 

相关文章: