ASP   «Prev  Next»

Lesson 3ASP Course Requirements
ObjectiveWhat are the requirements to take this course?

ASP Course Requirements

Platform support

You can take this course on Windows, Macintosh, or Linux Platforms.
However, to complete the exercises in this course, you must have access to a computer running Windows , Mac or Linux.

Software

If you are going to learn the basics of ASP, you will need to write and run scripts for ASP pages.
The following list contains the software that you will need to take this course.
You will find a complete list of required software below.
Web server software
Only Microsoft servers for Windows supports ASP. You'll need one of the following:
  1. Internet Information Server: IIS runs on Windows 10 or Windows Server 2012/2016 . We recommend IIS 7.0 because it supports ASP 2.0 or higher. Don't forget that in this course, you will be writing your own scripts and testing them, so you probably don't want to use a production Web server for your own experimentation.


Finding and downloading the software you need from Microsoft's site can be confusing. If you need help, check the Software section of the course Resources page. Information on installing IIS and testing it with an ASP script is in a lesson at the end of this module. If you already have IIS installed and have verified the installation, you can skip that lesson. Since Windows 2000, (PWS) Personal Web server was renamed the same IIS name used in server versions of Windows as a standard Windows component.
Web browser: Any Web browser will do to view your ASP pages, but you will need to have Microsoft Edge or higher to download IIS. Once you install your server, you can use any browser to test your pages.
ODBC data source (optional): You don't have to have an ODBC data source, but if you want to improvise your own exercises when we cover database access, you will need an ODBC-compliant data source. Most every Windows database is ODBC-compliant. You will be able to complete the exercises and the course without a database of your own.

HTML Editor/Text Editor: Download Microsoft's Editor from the following link. code.visualstudio.com
Since ASP scripts are written as part of HTML pages, you can use any HTML editor that you may already be using. If you write your HTML in any kind of a text editing program (including the one that comes with your computer), that will fine, too.

Compression software

You will need to decompress the software for this course. For instructions on how to do this, go to the Setup page.

Course downloads

You can download a compressed file that contains HTML pages and partially-completed ASP scripts for your course project. This file is named asp-scripts.zip, and it can be downloaded at any time prior to the end of the next module. In the next lesson, the course resources will be discussed.