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; //毫秒
文章整理:站长天空 网址:http://www.z6688.com/
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!




