Jack&Jones  
web.config中加入Timeout时间
放在
<system.web>
下, 完整的例子是:
<configuration>
  ...
 <system.web>
   <httpRuntime executionTimeout="10000"/>
 </system.web>
</configuration>
posted on 2010-03-25 11:11  Jack&Jones  阅读(4523)  评论(0编辑  收藏  举报