c# - WCF service EndPointNotFoundException - incorrect proxy server error message -
i have visual studio application makes heavy use of wcf services. normally, team can download app svn , run , uses proxy settings ie , fine.
a new member of team has tried same , code tries connect service client message similar below shown
there no endpoint listening @ http://servername/service.svc accept message. caused incorrect address or soap action. see innerexception, if present, more details. ---> system.net.webexception: unable connect remote server ---> system.net.sockets.socketexception: connection attempt failed because connected party did not respond after period of time, or established connection failed because connected host has failed respond *10.1.2.252:8080* it interesting 10.1.2.252:8080 should mentioned can find no mention of in either ie proxy settings or netsh have no idea originating from.
i can bypass problem adding usedefaultwebproxy="false" bindings no other users want bottom of this.
does have suggestions on incorrect proxy address may originating - (it not in files in solution have searched it)?
Comments
Post a Comment