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)>] abstract Create : appId:string * appPath:string -> Object
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: