November 2012
Intermediate to advanced
984 pages
27h 56m
English
Active Server Pages (ASP) is a server-side scripting engine used to create dynamic, interactive web pages. It debuted with IIS 3.0 in December 1996. ASP is also referred to as Classic ASP.
When a server receives a GET request for an ASP page, it runs the server-side code and generates an HTML page, which is then sent to the client's browser. Although rendered ASP pages sent to the browser are standard HTML (and JavaScript, CSS, etc.), the server-side ASP page can contain VBScript/JScript code and COM components for connecting to databases or processing business logic.
To edit the ASP settings with IIS Manager, follow these steps:
Some important properties include:
Read now
Unlock full access