I\'m using C# and connecting to a WebService via an auto-generated C# proxy object. The method I\'m calling can be long running, and sometimes times out. I get different err
I had this happen as a result of a configuration error in web.config. Checking the connection string etc might be the answer for the time out.