Web Hosting Methods

This section describes the following methods of the Managed Web Hosting Namespace which enable you to create and delete application pools, get Web site properties, and perform other Web site queries.

Public Methods
Public Method Description
CreateAppPool Creates an application pool.
DeleteAppPool Deletes an application pool.
GetCustomerWebSiteProperties Provides a simple pass-through mechanism to the IIS Provider::GetProperties procedure.
QueryWebSitesByCustomer Provides a simple pass-through mechanism to the IIS Provider::SetProperties procedure.
ConfigureWebServerForDelegation The ConfigureWebServerForDelegation Web service allows configuration of a specified Web server for delegated administration.
DeconfigureWebServerForDelegation The DeconfigureWebServerForDelegation Web service removes configuration of a specified Web server for delegated administration.
 Applies To