Questions tagged «timeoutexception»

11
WCF超时异常详细调查
我们有一个应用程序,该应用程序具有在IIS7上运行的WCF服务(* .svc),以及各种查询该服务的客户端。该服务器正在运行Win 2008 Server。客户端正在运行Windows 2008 Server或Windows 2003 Server。我遇到了以下异常,事实上,该异常可能与大量潜在的WCF问题有关。 System.TimeoutException: The request channel timed out while waiting for a reply after 00:00:59.9320000. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.