Share via


Active Server Pages Application Development (Compact 2013)

3/26/2014

The Active Server Pages (ASP) functionality in Windows Embedded Compact provides 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 webpages, or powerful web-based applications. ASP applications are easy to develop and modify.

OS designs that include ASP require the functionality provided by the web server (HTTPD) catalog item. The reverse is not true: the web server item does not require ASP.

A server–side script begins to run when a browser requests an .asp file from a web server. The web server then calls ASP, which processes the requested file from top to bottom, executes any script commands, and sends a webpage 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.

In This Section

See Also

Concepts

Active Server Pages
Web Server Implementation Details