Share via


ADSI Extensibility for IIS

There are essentially two ways that you can extend the ADSI environment to automate tasks. The first way is to extend the IIS ADSI Schema by adding custom classes and properties. The second and more powerful way is to add custom methods by implementing a custom DCOM extension and registering it with the object you want to enhance.

This topic contains: