Debugging a WCF service timeout on the server
- by Sugendran
Hi,
I've got a WCF service that I'm hosting in IIS 7, which I connect to from a .NET page. The service and page work fine when I test it locally from Visual Studio, but when I put it on my staging server I get a TimeoutException.
Any suggestions on how I can debug this to work out what's going wrong?