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.
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.
A new application domain.