防止 IIS 卸载 ASP.Net 站点
如何防止 ASP.Net 站点被 IIS 卸载? 我有一个可能是世界上最愚蠢的网站 - 它每小时醒来一次并将时间戳写入日志文件。当应用程序启动时,它会在日志中…
关于asp.net中的Session_End和Application_End方法
我正在尝试实现一个实现 System.Web.HttpApplication 接口的类(我们称之为 CustomerConnection 类)。我尝试以这种方式在此类中实现两个事件 session…
Application_End() 无法通过 HttpContext.Current.Cache[key] 访问缓存
我希望能够在应用程序重新启动之间维护某些对象。 为此,我想在 Global.asax Application_End() 函数中将特定的缓存项写入磁盘,并在 Application_Sta…
为什么 IIS 会“启动”仍在运行的应用程序?
我们有一个在 IIS7 / Windows 2008 上运行的 ASP.NET (3.5 SP1) 应用程序。我们在 Global.asax 中捕获 Application_Start 和 Application_End 事件。…
应用程序关闭 C# Windows
我的 C# 应用程序执行后仍在 RAM 中 Application.Current.Shutdown() (数据库连接之前已关闭) (Application.Current.Exit += new ExitEventHandler(…
- 共 1 页
- 1