1、IIS->[網(wǎng)站]->屬性-》連接超時(shí)。默認(rèn)為120秒
2、web.config 手工添加 httpRuntime,如
<system.web>
<httpRuntime executionTimeout="2000" maxRequestLength="1000000" />
</system.web>
3、同步執(zhí)行 WebService 時(shí),需要設(shè)置 Timeout 屬性,如
CompilerSvr.MyFavoritesService compiler = new
FDN.DMS.Controls.CompilerSvr.MyFavoritesService();
compiler.Timeout =2000000; //毫秒
聯(lián)系客服