[2001-12-28] Learning ASP Series -- Your First ASP Page ASP pages (Active Server Pages page sounds a bit melodramatic but its easier to refer to them like this) are nothing but web pages. The difference is that they have an extension .ASP and you write the code in a Server Side Scripting language.
[2001-12-28] Title: Learning ASP Series -- Getting Your Hands Dirty With VBScript I know some people don't like VBScript for being Microsoft-Centric, but it's very easy to get familiar with, and once you know how to create your ASP pages in VBScript, you can move on to any programming language of your choice.
[2001-12-28] Learning ASP Series - Installing Personal Web Server Welcome to the first chapter of your Basic ASP Learning Series.