HttpRuntime::AppDomainAppId Property
.NET Framework (current version)
Gets the application identification of the application domain where the HttpRuntime exists.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^The application identification of the application domain where the HttpRuntime exists.
AppDomainAppID uniquely identifies the application. It does not change after the application is restarted and a new application domain is created.
.NET Framework
Available since 1.1
Available since 1.1
Show: