ApplicationHost.CreateApplicationHost Method (Type, String, String)
.NET Framework (current version)
Creates and configures an application domain for hosting ASP.NET.
Assembly: System.Web (in System.Web.dll)
[<SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted = true)>] static member CreateApplicationHost : hostType:Type * virtualDir:string * physicalDir:string -> Object
Parameters
- hostType
-
Type:
System.Type
The name of a user-supplied class to be created in the new application domain.
- virtualDir
-
Type:
System.String
The virtual directory for the application domain; for example, /myapp.
- physicalDir
-
Type:
System.String
The physical directory for the application domain where ASP.NET pages are located; for example, c:\mypages.
Return Value
Type: System.ObjectAn instance of a user-supplied class used to marshal calls into the newly created application domain.
| Exception | Condition |
|---|---|
| PlatformNotSupportedException | The Web host computer is not running the Windows NT platform or a Coriolis environment. |
.NET Framework
Available since 1.1
Available since 1.1
Show: