L
Lars123
Hi,
I have a .exe that uses a webservice to access data from a SQL server
2000.
However I have a timeout problem, somewhere along the line.
I have set the webservice timeout (Service.Timeout = 300000) to 5
minutes.
On the query I have set the command timeout (cmd.CommandTimeout =
300
to 5 minutes.
On the IIS I have set ASP script Timeout to 300s.
I still got a timeout logged after 40s in the eventlog with the
following message :
-----------
Timeout expired
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
--------
What could generate this timeout? All code and database are on the
same server .
Regards
I have a .exe that uses a webservice to access data from a SQL server
2000.
However I have a timeout problem, somewhere along the line.
I have set the webservice timeout (Service.Timeout = 300000) to 5
minutes.
On the query I have set the command timeout (cmd.CommandTimeout =
300
On the IIS I have set ASP script Timeout to 300s.
I still got a timeout logged after 40s in the eventlog with the
following message :
-----------
Timeout expired
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
--------
What could generate this timeout? All code and database are on the
same server .
Regards