Using the IIS Admin Base Object

IIS provides two distinct ways to access and manipulate the configuration information stored in the metabase: the IIS Admin Objects and the IIS Admin Base Object. The IIS Admin Base Object, which is described in this section, is a low-level interface that is most appropriate for use with COM-compliant languages such as C++.

The IIS Admin Objects, which take advantage of Microsoft's Active Directory Services Interface (ADSI), can be used with Visual Basic or scripting languages. For more information, see Using IIS Admin Objects.

This section contains:

For more information on IIS objects and properties, see IIS Admin Base Object Reference, Administration Property Reference, and Advanced Programmatic Administration Reference.