This document provides information about Active Server Pages (ASP). It begins with prerequisites for ASP including HTML, web request/response lifecycles, and scripting languages. It then explains how ASP differs from HTML by executing scripts on the server before returning HTML to the browser. The document also covers installing and configuring ASP on various Windows operating systems. It describes ASP syntax, variables, arrays, procedures, and functions. It provides examples of writing output, using variables, displaying the current time, and creating procedures.