Operating Systems that support IIS or PWS
The following is a list of Windows operating systems and the versions of IIS or PWS that they support. Windows…
The easy way to know
The following is a list of Windows operating systems and the versions of IIS or PWS that they support. Windows…
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.
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…
Last updated: August 26, 2026. Scripting.FileSystemObject lets Classic ASP inspect folders and work with server-side files. Use only trusted paths…
ASP performs several types of repetitive operations, called “looping”. Loops are set of instructions used to repeat the same block…
Last updated: August 25, 2026. Classic ASP commonly uses VBScript’s If…Then…Else and Select Case statements to choose which code runs.…
Last updated: August 26, 2026. VBScript variables are declared with Dim and can hold different value types. Use Option Explicit…
This page will provide you with a quick look at the more important VBScript functions. They include functions for type…