WCF服务EndPointNotFoundException - 错误的代理服务器错误消息

时间:2015-07-07 14:58:59

标签: c# wcf proxy

我有一个Visual Studio应用程序,它大量使用WCF服务。通常情况下,团队可以从SVN下载应用程序并运行,它使用IE中的代理设置,一切都很好。

团队的新成员刚尝试做同样的事情,一旦代码尝试连接服务客户端,就会显示类似下面的消息

There was no endpoint listening at http://servername/Service.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond *10.1.2.252:8080*

有趣的是应该提到10.1.2.252:8080,因为我无法在IE代理设置或netsh中找到它,所以我不知道它来自哪里。

我可以通过在绑定中添加 useDefaultWebProxy =“false” 来绕过这个问题但是由于没有其他用户得到这个,我想要深入了解这个问题。< / p>

有没有人对不正确的代理地址可能来自哪里有任何建议 - (它不在解决方案中的任何文件中,因为我搜索过它)?

0 个答案:

没有答案