Family Tree Mike
4/16/2008 4:16:00 PM
It sounds as if you are unsure if the timeout is between the client app <-->
web service, or the web service <--> SQL database. From the client machine,
can you connect to the web service with internet explorer? If so, then work
on the connection between the webservice and database. If you fail with IE
to the web service, there should be a clue in the error message.
"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
>
> Can someone help me out in figuring out this issue?
>