Hi Salam,
Thanks for your posting. I've also noticed that your another former thread
in the group about the
"unable to create new web project", is that problem resolved?
As for the new problem you mentioned, from a general view, it seems caused
by something made deadlock
in your asp.net web application. By default the asp.net's worker process
has some limitation settings , when the runtime exceed those limitaion, the
worker process will recycle.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/ht
ml/gngrfProcessmodelSection.asp
So I think you can first have a check to see whether there is any code
block which may cause the deadlock.
Thanks.
Regards,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)