Programmer’s Guide
Active Server Pages (ASP) is one of the main technologies in a Web application designed for IIS, as described in the Active Server Pages Guide. However, in order to make a truly powerful and full-featured Web application, that both performs and scales well, you will need to make use of the other Web technologies supported or provided by IIS, including ASP components, ISAPI extensions and filters, and low-level interfaces for advanced programmatic administration of the Web server.
This section contains:
- Building 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.
- Advanced Programmatic Administration: Provides more advanced techniques for administering IIS programmatically.
- Reference: Contains the references for the ASP component, ISAPI extensions and filters, and programmatic administration sections of the Programmer's Guide.
- Developer Samples: Includes advanced ASP samples, as well as sample ASP components, ISAPI extensions and filters, and programmatic administration scripts.