配置文件
. web.config中添加如下内容:
1 <configuration> 2 <system.web> 3 <httpRuntime maxRequestLength="2097151" executionTimeout="120"/> 4 </system.web> 5 </configuration>
配置文件
. web.config中添加如下内容:
1 <configuration> 2 <system.web> 3 <httpRuntime maxRequestLength="2097151" executionTimeout="120"/> 4 </system.web> 5 </configuration>
相关文章: