Root cause of ASP .NET restarting...

  • Thread starter Thread starter Scott Lezberg
  • Start date Start date
S

Scott Lezberg

We have an web application and the ASP .NET service keeps restarting for no
apparent reason. I understand the recyclying concept and I see the event
logged but is there any way to determine what the root cause of ASP .NET
restarting was.

Thanks in advance.

Scott
 
Hi Scott,

As for the ASP.NET web application restart issue, generally, the following
things may cause it:
1. the Web.config file of the web applicaiton is modified.

2. Assembly or anyother resources (file ) in the application's private
"bin" folder is modified

3. Any particular I/O operations under the web application's folder occur,
such as renaming a folder in it.

Have you checked whether there is any thing above which occur in your
applicaiton? In addition, what symptom indicate you that your web
applicaiton is restarted?

In addition, here are some former threads discussing on the similiar issue:

http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=40839B34-7DF5-426
5-B61C-937D8CB57F95%40microsoft.com&rnum=1&prev=/groups%3Fq%3Dasp.net%2Bappl
ication%2Brestart%26ie%3DUTF-8%26hl%3Den

http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=evivcR#ZDHA.257
2%40TK2MSFTNGP09.phx.gbl&rnum=23&prev=/groups%3Fq%3Dasp.net%2Bapplication%2B
restart%26hl%3Den%26lr%3D%26ie%3DUTF-8%26start%3D20%26sa%3DN

http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=#6cvNfdhDHA.222
4%40TK2MSFTNGP10.phx.gbl&rnum=36&prev=/groups%3Fq%3Dasp.net%2Bapplication%2B
restart%26hl%3Den%26lr%3D%26ie%3DUTF-8%26start%3D30%26sa%3DN

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.)
 
Back
Top