配置web.config
<configuration> 
   <system.web>
      <httpRuntime maxRequestLength="10240" executionTimeout="900"/>
   </system.web>
</configuration>

相关文章: