HttpRuntime::AppDomainId Property
.NET Framework (current version)
Gets the domain identification of the application domain where the HttpRuntime instance exists.
Assembly: System.Web (in System.Web.dll)
public: property String^ AppDomainId { [AspNetHostingPermissionAttribute(SecurityAction::Demand, Level = AspNetHostingPermissionLevel::High)] static String^ get(); }
AppDomainID changes whenever the application is restarted and a new application domain is created.
.NET Framework
Available since 1.1
Available since 1.1
Show: