Translate Into English Coffee & Tea
ASP.NET 中的 AJAX ASP.NET 画图全接触 ASP.NET 与 XML 声明式数据绑定 ASP.NET 网页抓取
C# 基础 C# 类教程 C# 加密 ASP.NET 成员资格 非“自动化”处理 Excel
QuickAjax Ajax 完美的语法高亮器 Silverlight Popfly
ASP.NET 超时设置
免费注册联想 5G 网盘

1、IIS->[网站]->属性-》连接超时。默认为120秒

2、web.config 手工添加 httpRuntime,如

<system.web>
 <httpRuntime executionTimeout="2000" maxRequestLength="1000000" />
</system.web>

3、同步执行 WebService 时,需要设置 Timeout 属性,如

 CompilerSvr.MyFavoritesService compiler = new 
FDN.DMS.Controls.CompilerSvr.MyFavoritesService();
compiler.Timeout =2000000; //毫秒 
文章评论
标题:必填
内容:
文章信息
  • 作者:
  • 来源:
  • 时间:2008-4-23