Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IISBaseObject interface contains methods that can get and set a file name extension and MIME type. This interface allows you to
This interface can be used from a C++ or Visual Basic application that uses ADSI. The required header file, IIIS.h, is installed with Visual Studio and the IIS Software Developer Kit.
For a C++ code example that uses ADSI to configure the metabase, see Using ADSI to Configure IIS in a C++ Application.
Methods in Vtable Order
The IISBaseObject interface exposes the following methods.
Method |
Description |
---|---|
Gets a list of paths in the IIS metabase if the specified property is defined at those nodes. |
|
Gets an object that contains the attributes of a specified IIS metabase property. |
Requirements
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS
Header: Declared in iiis.h.
See Also
Concepts
Using ADSI to Configure IIS in a C++ Application