Removing the FrontPage 2002 Server Extensions root by using XML

The RemoveServerExtensionsRoot procedure of the Managed IIS namespace calls same procedure in the FrontPage Provider namespace. This procedure uninstalls SharePoint Team Services or FrontPage 2002 Server Extensions from Microsoft on the specified port of a virtual server (including on any sub-Web sites below the root Web site) and deletes the collaboration database. Before making this call, this procedure checks permissions to ensure that the caller is a member of the appropriate user's group.

Important

Example of a request that calls the RemoveServerExtensionsRoot procedure

<request>
  <procedure>
   <execute namespace="FrontPage Provider" procedure= "RemoveServerExtensionsRoot">
	 <executeData>
	 <IISPath>IIS://MyServer/LM/W3SVC/1</IISPath>
	 </executeData>
   </execute>
  </procedure>
</request>

Input for RemoveServerExtensionsRoot

The following input is valid for this request:

For more information on this and other procedures called by the FrontPage Provider (including optional inputs), see the FrontPage Provider SDK documentation in the \support folder of the product CD.

Typical response for RemoveServerExtensionsRoot

The response to this procedure does not contain significant data.

Important