Debugging a WCF service timeout on the server

Posted by Sugendran on Stack Overflow See other posts from Stack Overflow or by Sugendran
Published on 2010-06-06T12:28:25Z Indexed on 2010/06/06 12:32 UTC
Read the original article Hit count: 289

Filed under:

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?

© Stack Overflow or respective owner

Related posts about wcf