ASP
These tutorials take a look at the basics of programming classic Active Server Pages. This server-side technology, like CGI, lets you produce dynamic web pages such as forms and database-driven web sites.
Articles in ASP
Your first ASP script - Beginner Tutorial
In this tutorial we will create a simple ASP script to convert from one currency to another, and use this example to explain some of the basic methods of programming ASP.
Introduction to ASP - Beginner Tutorial
What is ASP, and what can it do? The basic concepts explained.
Setting up an ASP Web server - Beginner Tutorial
How to set up a Web server on your PC, so that you can start writing and running ASP pages.
Making your mind up - Intermediate Tutorial
In nearly every program you write, you'll need to make decisions. This tutorial shows you how to do just that!
Looping the loop - Intermediate Tutorial
This tutorial shows you how to make stuff happen repeatedly using VBScript's looping commands.
ASP forms - Intermediate Tutorial
Learn how to create and handle Web-based forms using ASP.
The FileSystem object - Advanced Tutorial
In this tutorial, we use the FileSystem object to build a cool script to rotate the images displayed on a page.
Password protecting your pages - Advanced Tutorial
Ever wanted to limit access to certain pages of your website? This tutorial explains how you can add password protection to your pages using ASP.

