Hi, I'm working on a windows application. My app uses web service to connect to the sql server db. The app and web service are running fine on my development environment but whe deployed on to production server, i'm receving the 'operation has timed error'. I've tried all the possible solutions given on the net like setting timeout, configuring the executionTImeout etc.. but no luck.. My adocommandtimeout property is set to 0 connection timeout property is set to 60
Take a look at this article http://support.microsoft.com/?id=821268. There is a good chance that you didn't test for the loads you are seeinn in production and need to change some configuration settings. "AVL" wrote: > Hi, > I'm working on a windows application. My app uses web service to connect > to the sql server db. The app and web service are running fine on my > development environment but > whe deployed on to production server, i'm receving the > 'operation has timed error'. > > I've tried all the possible solutions given on the net like setting timeout, > configuring the executionTImeout etc.. but no luck.. > > My adocommandtimeout property is set to 0 > connection timeout property is set to 60