This documentation is archived and is not being maintained.
ApplicationHost Class
.NET Framework 1.1
Enables hosting of ASP.NET pages outside the Internet Information Services (IIS) application. This class enables the host to create application domains for processing ASP.NET requests.
For a list of all members of this type, see ApplicationHost Members.
System.Object
System.Web.Hosting.ApplicationHost
[Visual Basic] NotInheritable Public Class ApplicationHost [C#] public sealed class ApplicationHost [C++] public __gc __sealed class ApplicationHost [JScript] public class ApplicationHost
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Requirements
Namespace: System.Web.Hosting
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: