Active Server Pages

Active Server Pages (ASP) provide a server-side scripting environment that can be used to create and run dynamic, interactive Web server applications. ASP combines HTML pages, script commands, and Component Object Model (COM) components to create interactive Web pages, or powerful Web-based applications. ASP applications are easy to develop and modify. While the Web server component of a device built on a Windows CE-based platform does not require that the ASP feature also be included as a platform component, the Web server component must be available on the device for ASP to be enabled.

A server–side script begins to run when a browser requests an .asp file from the Web server. The Web server then calls ASP, which processes the requested file from top to bottom, executes any script commands, and sends a Web page to the browser. Because scripts run on the server instead of on the client browser, the Web server does all of the work that is involved in generating the HTML pages that are sent to browsers.

Windows CE supports a subset of the ASP functionality that the Internet Information Service (IIS) supports. For more information, see ASP Feature Support.

See Also

Web Server Implementation Details

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.