Good To Know on ASP.NET Application Restarts
Posted by kiranpatils on May 25, 2010
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.
Like this:
Be the first to like this post.
This entry was posted on May 25, 2010 at 5:52 pm and is filed under ASP.NET, GoodToKnow.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Session values lost when any exception occurs « A Place for C Sharpers/.Netters said
[...] 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. [...]
Scheduled task is not getting executed « Sitecore basics! said
[...] Is your Application gets restarted before your scheduling frequency? When ASP.NET Restarts? [...]
Does your CD servers crash? « Sitecore basics! said
[...] 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? [...]