System.Web.Hosting.AppDomainFactory.Create Method

Returns a new application domain for the specified Web application. This class was used by earlier versions of the .NET Framework than version 2.0, which uses the System.Web.Hosting.AppManagerAppDomainFactory class instead.

Syntax

public object Create (string module, string typeName, string appId, string appPath, string strUrlOfAppOrigin, int iZone)

Parameters

module
The module containing the Web application.
typeName
The type of the Web application.
appId
The unique identifier for the Web application.
appPath
The path to the Web application's files.
strUrlOfAppOrigin
The URL of origin for the Web application.
iZone
The zone of origin for the Web application.

Returns

A new application domain.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Hosting
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0