I am calling a web service which in turns call another web service which
does sql inset to SQL Server database.
i have process recycling on the 2nd web service, which talks to sql server.
some time calls to sql server from 2nd web service takes longer than process
shut down time (setting for recycling) hence the current request gets
terminated by the worker process when recycling happens, thats fine but the
error that i get when this happens is SQL time out, which i doesnt get if i
uncheck the recycling setting as there is suffcient high command and query
time out
my question is, why does i get SQL time out error when the process gets
recycles terminating current request ?
Thanks
Steve Schofield
Windows Server MVP - IIS
ASPInsider Member - MCP
http://www.orcsweb.com/
Managed Complex Hosting
#1 in Service and Support
"kailux4" <kai...@discussions.microsoft.com> wrote in message
news:37C1393C-78FC-4B0F...@microsoft.com...
Regards,
Trevor Benedict R
"kailux4" <kai...@discussions.microsoft.com> wrote in message
news:11F03D79-A839-4743...@microsoft.com...
i am always getting sql time out
Thanks
--
Steve Schofield
Windows Server MVP - IIS
ASPInsider Member - MCP
http://www.orcsweb.com/
Managed Complex Hosting
#1 in Service and Support
"kailux4" <kai...@discussions.microsoft.com> wrote in message
news:3DD32CF2-E569-4876...@microsoft.com...
You can write a small script with a For loop that goes on for about 2/3
minutes and then set the Process shutdown and recycle options to shutdown
before this and see what happens.
Regards,
Trevor Benedict R
"kailux4" <kai...@discussions.microsoft.com> wrote in message
news:3DD32CF2-E569-4876...@microsoft.com...