WEB开发网
开发学院WEB开发ASP.NET ASP.NET超时设置 阅读

ASP.NET超时设置

 2006-08-08 17:12:19 来源:WEB开发网   
核心提示:1.IIS->[网站]->属性-》连接超时,默认为120秒2.WEB.CONFIG 手工添加httPRuntime,ASP.NET超时设置,如<system.web> <httpRuntime maxRequestLength="1000000" executionTi
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; //毫秒

Tags:ASP NET 超时

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接