ApplicationManager Class
.NET Framework 3.0
Manages ASP.NET application domains for an ASP.NET hosting application.
Namespace: System.Web.Hosting
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The ApplicationManager object provides lifetime management of objects in the hosting environment for an ASP.NET application. It is responsible for:
-
Activating and initializing ASP.NET applications.
-
Managing the application lifetime and the lifetime of objects registered in the application.
-
Exposing objects used by the hosting environment to process ASP.NET application requests.
-
Providing a list of applications running in the hosting process at any given moment.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand. Permission value: Minimal.
Community Additions
ADD
Show: