I've got an ASP.NET web application and a .NET webservice which is used by the web application. These applications are hosted on a remote server I don't have remote shell access to. When the web application invokes the web method in the webservice, I get the following error message:
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 Server_IP_Address:80
The strange thing is I don't always get this error. It works intermittently, and it works if I visit the website through vTunnel
(a proxy).
It also works if I test the website from Visual Studio 2008 by calling the web method on the remote server.
The remote server is a Windows Server 2008 instance using IIS 7. The web application and webservice are written in .NET 3.5.