You all may heard about ASP.NET Application restart. If no then it’s really good to know. Today i got few good links which i would like to share with you guys as well:
http://fuchangmiao.blogspot.com/2007/11/aspnet-application-restarts.html
http://blogs.msdn.com/b/johan/archive/2007/05/16/common-reasons-why-your-application-pool-may-unexpectedly-recycle.aspx
http://blogs.msdn.com/b/johan/archive/2008/02/18/monitoring-application-pool-and-application-restarts.aspx
Hope this articles clear all your questions on ASP.NET application restart. If not feel free to drop a comment here.
6 Comments
Comments are closed.
[…] And deepest reason is Application Restart – Whenever any directory gets created/deleted under web root ASP.NET restarts the application pool. To read more about ASP.NET Application restart read my blog post. […]
[…] Is your Application gets restarted before your scheduling frequency? When ASP.NET Restarts? […]
[…] Check ASP.NET worker process restart reasons : Second, you should check that does anything happened which caused ASP.NET Worker process to restart? — Read my another blog post which explains the reasons in which case ASP.NET Worker process restart? […]
[…] to which your application pool gets recycled automatically — What are they? read my earlier blog post) and this link is also good to read — […]
[…] Application Pool Recycle/Crash — If your application pool is crashing is or recycling [How Can I check that? You can check EventLog OR if your application got log do log entry [Just a note : Application_End will not get called, when your application crashed unexpectedly a.k.a. Crash] — see — http://weblogs.asp.net/scottgu/archive/2005/12/14/433194.aspx%5D periodically than it’s not good for your application’s health. Because when application pool gets recycled everything in memory [Session/Cache/Static/Application objects] gets lost, and your application need to server everything from Database and rebuild cache. You can solve this issue by checking EventLog and Configuring+Analyzing Crash Dump.http://kiranpatils.wordpress.com/2012/06/20/is-it-necessary-to-recycle-worker-process-periodically/ and http://kiranpatils.wordpress.com/2010/05/25/goo-to-know-on-asp-net-application-restarts/ […]
[…] We are not touching any files at all, in this version due to ASP.NET automatic recycle behavior for sensitive files — Good read – http://kiranpatils.wordpress.com/2010/05/25/goo-to-know-on-asp-net-application-restarts/ […]