Active Server Pages in the CML

The Internet Server Application Programming Interface (ISAPI) is a Microsoft interface for writing in-process extensions to IIS. Active Server Pages (ASP) is an ISAPI extension. ASP is a server-based scripting language that combines HTML and script code into a single file. ASP is often described as the glue that holds components together. The CML application ASP pages contain HTML syntax, client-side script, and server-side script logic. See Designing the CML User Interface and Coding the CML User Interface for detailed information on the ASP pages that make up the CML application.

ASP enables CML Web developers to:

The following objects are available to ASP:

The CML application ASP pages also use Visual Basic® components. These components implement application business logic. The COM Components and Objects topic describes the CML components in detail.