Welcome to the Active Server Pages Guide. This section provides detailed information about creating ASP pages and developing Web applications. It also describes the special event methods and interfaces available for creating components for access by ASP or ISAPI extensions. In this section you will find information on how to store your custom IIS configuration data and how you can use built-in objects to manipulate that data. Finally, the guide provides a library of script and program samples demonstrating a variety of ways to interact with IIS.
This section contains:
- Active Server Pages: Provides an introduction to creating Active Server Pages and demonstrates most of the key concepts for understanding the IIS programming platform.
- Developing Web Applications: Outlines concepts of how IIS fits into the Microsoft architecture for distributed applications, as well as providing specific details for designing and implementing applications for deployment through HTTP.
- Administering IIS Programmatically: Provides overviews and reference material to help you manage the IIS configuration programmatically.
- Visual Basic Object Model: Describes the properties and methods of the ASP Built-in Objects.
- Installable Components for ASP: Outlines a variety of components you can install to work with ASP.
- Script Reference: Contains miscellaneous reference material, including the @ directives and Global.asa references.
- ASP Samples: Provides demonstration scripts, illustrating most of the concepts presented in the guide.