System.Web.Hosting.AppManagerAppDomainFactory.Create Method

Creates a new application domain for the specified Web application.

Syntax

public object Create (string appId, string appPath)

Parameters

appId
The unique identifier for the new Web application.
appPath
The path to the new Web application's files.

Returns

A new application domain for the specified Web application.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Hosting
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0