[This is preliminary documentation and subject to change]

Getting Started with ASP

Microsoft® Active Server Pages (ASP) is a server-side scripting environment that you can use to create dynamic and interactive Web pages, and build powerful Web applications. When the server receives a request for an ASP file, it processes server-side script code contained in the file to build the HTML Web page that is sent to the browser. In addition to server-side script code, ASP files can contain HTML (including related client-side scripts) as well as calls to COM components that perform a variety of tasks, such as connecting to a database or processing business logic.

The topics in this section introduce Active Server Pages, explain the basic concepts of scripting with Active Server Pages, and discuss more complex application issues such as how to maintain state.

This section contains:

This section does not contain information on:


© 1997-2001 Microsoft Corporation. All rights reserved.