在Web.Config文件中加入以下的参数:<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    
  <system.web>
         ...
         ...
<httpRuntime maxRequestLength="1048576" executionTimeout="3600" />
 </system.web></configuration>