Troubleshoot: Commerce Server Web service Timeout
ravikanth | October 28, 2009All of the sudden my commerce server business application stops working (already logged in). When I checked the event log, I found timeout exception as shown below.
|
WebException.Status=Timeout |
Since my environment is shared with other developers, I thought the error is due to some configuration changes. Any such errors, I will follow below checklist.
- Check whether the web services are working properly. If the web services opens then there is no problem in IIS.
- Check whether you have proper privileges in authorization store.
- Check connections strings are properly set.
- Check SQL server is running and the access account has proper privileges to all the databases.
Luckily I found that my web services are not working. When I close my application and open again, I found below error.
I tried to open the URL in the browser and the error is the same. Wired error and I fixed this issue just by restarting IIS.