I have a C# Windows Client App which calls the service bus, which in turn interacts with a web service which connects to a SQL Database. I am getting a time out error at the web service level. The database stored proc returns the records in quick time, and if i check the logs in the web service IIS server, the web service is throwing a timeout exception. I addedd the <httpRuntime> element and set the time out to 900, however am still getting the error.
Any ideas on how to solve the issue. Do i need to increase the threshold of the timeout any further.
Any ideas on how to solve the issue. Do i need to increase the threshold of the timeout any further.