Component Development Guide
An entire Web application could be created that uses only ASP pages to process user input, access databases, perform transaction processing, and administer the server. Such a Web application could perform much faster if some of the functionality were put into compiled COM+ components, ISAPI applications, or components that used the low-level interfaces that IIS provides for advanced programmatic administration of the IIS server. This section can help you decide what business logic could be encapsulated into components outside of ASP pages.
This section contains:
- Building COM Components for ASP: Provides information about building your own ASP components, for use in Web applications.
- Developing ISAPI Extensions and Filters: Describes how to create Internet Server API (ISAPI) extensions and filters.
- Using IIS Interfaces for Advanced Programmatic Administration: Provides more advanced techniques for administering IIS programmatically.