Share via


Adding Custom Classes and Properties to the IIS ADSI Schema

You can add your own classes and properties to IIS by extending the IIS ADSI Schema. There are extensible directory services that allow the base schema to be modified and objects to be extended. By creating a new object with the schema management objects, you can extend the schema with a new class or property. When a new class or property is added to the IIS ADSI Schema, the IIS ADSI provider stores the instance of that object and the values of its properties in the metabase.

This section includes the following topics: