扯通过本文主要向大家介绍了文件下载 asp.net,文件上传 asp.net,多文件上传 asp.net,js调用asp.net方法,asp.net等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
话不多说,随小编一起看看下面代码吧
i. Configuration节点下
<system.webServer> <security> <requestFiltering> <!--单位为字节 maxAllowedContentLength--> <requestLimits maxAllowedContentLength="2097151000"/> </requestFiltering> </security> </system.webServer></div>
ii. System.web下修改节点HttpRuntime为
<!--单位为KB maxRequestLength--> <httpRuntime maxRequestLength="2097151" executionTimeout="3600" useFullyQualifiedRedirectUrl="true" /></div>
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,同时也希望多多支持!
</div>