IISVirtualRoot Class
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
'Declaration <GuidAttribute("d8013ef1-730b-45e2-ba24-874b7242c425")> _ Public Class IISVirtualRoot Implements IComSoapIISVRoot 'Usage Dim instance As IISVirtualRoot
/** @attribute GuidAttribute("d8013ef1-730b-45e2-ba24-874b7242c425") */
public class IISVirtualRoot implements IComSoapIISVRoot
GuidAttribute("d8013ef1-730b-45e2-ba24-874b7242c425") public class IISVirtualRoot implements IComSoapIISVRoot
The IComSoapIISVRoot interface defines methods for creating and deleting virtual roots in IIS 6.0.
This interface is implemented only by the IISVirtualRoot class and is used only within the .NET Framework infrastructure while creating a SOAP-enabled COM+ application virtual root.
IComSoapIISVRoot does not need to be implemented directly in your code. Instead, use the Publish class, which implements the IComSoapPublisher interface that contains the CreateVirtualRoot and DeleteVirtualRoot methods. However, DeleteVirtualRoot is not fully implemented by Publish.
IISVirtualRoot is used internally by the .NET Framework. You do not need to use it directly in your code.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.