re:
> what error will the client receive?
None.
The client request will be handled by the next worker process.
Depending on how your session variables are handled ( if you're using session )
you might, or might not, lose them, but no error will be reported, as no error has occurred.
Juan T. Llibre, asp.net MVP
aspnetfaq.com :
http://www.aspnetfaq.com/
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en espaņol :
http://asp.net.do/foros/
===================================
<> wrote in message news:Otv%...
> When a process gets recycle and recycled worker process terminates the current requet as its
> exceeds the shut down time limit, what error will the client receive?