I have a Windows Service in C#; it is throwing a web exception with a socket error as the inner exception when attempting to consume a web service. The Windows Service works fine on one machine, but throws the error on another. The web service is on a third machine on the same LAN. What could be the problem?
Thanks