今天项目中访问一个webservice出现错误:
Server Error in '/' Application.
--------------------------------------------------------------------------------
由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.Sockets.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SocketException (0x274c): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。]
解决方法也很诡异..删除这个web引用 重新添加就好了。
本文记录了在项目中遇到的Webservice访问错误——连接超时,并提供了解决方案:删除原有web引用后重新添加即可恢复正常。
1万+

被折叠的 条评论
为什么被折叠?



