IAppManagerAppDomainFactory.Create Method (String, String)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates a new application domain for the specified Web application.
Assembly: System.Web (in System.Web.dll)
[SecurityPermissionAttribute(SecurityAction.LinkDemand, Unrestricted = true)] object Create( string appId, string appPath )
Parameters
- appId
-
Type:
System.String
The unique identifier for the new application.
- appPath
-
Type:
System.String
The path to the new application's files.
.NET Framework
Available since 2.0
Available since 2.0
Show: