Webservice超时问题
摘要:Winform客户端调用Webservice 120秒超时.对此问题,针对服务器与客户端分别作了超时设置为300S. 1. 服务器端设置超时 在 web.config 的 system.web 里添加如下配置项: < httpRuntime executionTimeout="300000" />记得要把 web.config 的 debug 模式关闭: < compilatio...
阅读全文
posted @
2010-09-24 23:42
为了看阳光
阅读(29737)
推荐(1) 编辑