IIS Programming Reference
As a Web developer, you can create custom components that have access to IIS through various IIS interfaces. For conceptual information about developing components that use these interfaces, see the Component Development Guide. This sections contains the following topics:
- Accessing ASP Built-In Objects from Components Reference: Provides references to the C++ and Java interfaces that allow you to access the ASP built-in objects from components written in those languages.
- ISAPI Reference: Provides references for the structures and functions you need to develop ISAPI extensions and filters.
- IWamAdmin Interface Reference: Provides references for the methods of the IWamAdmin interface which gives you control over IIS application creation and management from an C++ component.
- IIISApplicationAdmin Interface Reference: Provides references for the methods of the IApplicationControl interface which gives you control over the creation and management of IIS applications and application pools from a C++ component. This API is new to IIS 6.0.
- IIisServiceControl Interface Reference: Provides references for the methods of the IIisServiceControl interface which you can use from a C++ component to control the state of the IIS services.
- Custom Logging Module Interface Reference: Provides references for the methods of the ILogPlugin, ILogPluginEx, ILogUIPlugin, ILogScripting, and IInetLogInformation interfaces which you can use from a C++ component to create a custom logging module.
- Internet Database Connector Reference: Provides a reference for the fields and keywords of the Internet Database Connector which allows you to maintain Web page content in a database.