[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework

operation has timed out error

AVL

4/16/2008 2:51:00 PM

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?

1 Answer

Family Tree Mike

4/16/2008 4:16:00 PM

0

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?
>