application-end
Prevent IIS from unloading ASP.Net site
How do I prevent an ASP.Net site from being unloaded by IIS? I have what may be the dumbest website in the world - once per hour it wakes up and writes a timestamp to a log file. When the app starts,[详细]
2023-03-03 02:13 分类:问答IIS app pool recycling randomly every few seconds
I need to determine WHY the application pool is recycling.(its for no obvious reason) 开发者_高级运维Is there any way to determine this inside of the application_end sub in the global.asax file?[详细]
2023-02-21 11:13 分类:问答Application_End() cannot access cache through HttpContext.Current.Cache[key]
I want to be able to maintain certain objects between application restarts. To do that, I want to write specific cached items out to disk in Global.asax Application_End() function and re-load them ba[详细]
2023-01-29 22:00 分类:问答Why would IIS "start" an App that is still running?
We have an ASP.NET (3.5 SP1) application running on IIS7 / Windows 2008.We trap Application_Start and Application_End events in Global.asax.We also host WCF services in the app and trap the OnOpening[详细]
2023-01-08 03:09 分类:问答