首页 > 编程 > .NET > 正文

ASP.NET技巧:超时设置

2024-07-10 13:09:58
字体:
来源:转载
供稿:网友

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

2.web.config 手工添加httpruntime,如

<system.web>
 <httpruntime maxrequestlength="1000000" executiontimeout="2000" />
</system.web>

3.同步执行webservice时,需要设置timeout属性,如

compilersvr.myfavoritesservice compiler=new fdn.dms.controls.compilersvr.myfavoritesservice();
   compiler.timeout =2000000; //毫秒

商业源码热门下载www.html.org.cn

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表