What Is Classic ASP? Active Server Pages Explained
Classic ASP, or Active Server Pages, is Microsoft’s server-side scripting technology for generating dynamic HTML on IIS. Learn how it works and how it differs from ASP.NET.
The easy way to know
Classic ASP, or Active Server Pages, is Microsoft’s server-side scripting technology for generating dynamic HTML on IIS. Learn how it works and how it differs from ASP.NET.
If you are developing a password-protected web site, you have to make a decision about how to store user password…
So far, we’ve been looking at queries that retrieve data from single table at a time. Single table queries are…
OwnerID OwnerLastName OwnerFirstName Address City State Country 1 Jones Bill London UK 2 Smith Bob Paris New…
Last updated: August 25, 2026. VBScript procedures let a Classic ASP page group reusable logic. A Sub performs an action,…
Last updated: August 25, 2026. A multidimensional VBScript array stores values in rows and columns. In Classic ASP, this is…
Last updated: August 25, 2026. Classic ASP uses VBScript arrays to store several related values under one variable name. Array…
The FileSystemObject object provides access to the file system on the web server, allowing us to manipulate text files, folders…
A practical HTML character-set reference with the recommended UTF-8 declaration, legacy encoding labels, Windows locale IDs, and links to current standards.
Hyper Text Markup Language (HTML) HTML 7-BIT ASCII Reference HTML 4.01 Entities Reference Character Sets List Frames targets. How to…