Tutorial Category:
  Setup
Setting Up A Computer For ASP Web Programming
Web Servers
 

Depending on which Operating System you are using you will be using either Microsoft's IIS (Internet Information Services) or Microsoft's Personal Web Server.

If you are using Windows 95, 98 or Me you will be using Microsoft's Personal Web Server.
If you are using Windows NT, 2000 or XP you will be using Microsoft's IIS.

Luckily both Personal Web Server and IIS are free and are both inside the NT 4 Option Pack with came be download here:
http://www.microsoft.com/NTServer/nts/downloads/recommended/NT4OptPk/default.asp
The install program will determine your OS and install the correct one.

If using Windows 2000 or XP, IIS is already on your Installation CD. To Install it go to your Control Panel and select Add/Remove Programs. Then click on Add/Remove Windows Components. Then check off Internet Information Services.

   
Databases
  ASP can connect to any database with has an ODBC driver. Ex: Access 2000 or SQL Server
   
ODBC / OLE DB
 

You will be using ODBC or OLE DB drivers to connection to your database.
Because these drivers are always being updated you may want to upgrade yours.

To test which version your computer is using search your computer for the file oledb32.dll. Once found right click on it and select properties. Then go to the version tab. You will want version 2.5 or newer.

If you don't have 2.5 or newer you can download it. All Microsoft database drivers come in one downloadable component called MDAC (Microsoft Data Access Component)
Download MDAC 2.5 here: http://www.microsoft.com/data/download_250rtm.htm

Note if you have MDAC 2.6 installed it doesn't not come with the Jet driver for Microsoft Access.
Download the update here: http://www.microsoft.com/data/download_Jet4SP3.htm

Note: If you are using Windows 95 you may not have any version of MDAC installed. If this is true your have to download DCOM before you can install MDAC.
Download DCOM here:http://www.microsoft.com/com/dcom/dcom95/dcom1_3.asp

   
Web Development Tools
  There is many great web development tools on the market today. One of the best is Macromedia's Dreamweaver or Dreamweaver UltraDev. They have also just released their news version Dreamweaver MX, which is both Dreamweaver and UltraDev in one. Macromedia also makes a great little graphic tool called Fireworks.

Download a 30 days evaluation copy here:
  Dreamweaver 4 Download Now [Size: 24.1MB]  
  Dreamweaver UltraDev 4 Download Now [Size: 19.7MB]  
  Dreamweaver MX  Download Now [Size: 48.8 MB]  
  Fireworks 4 Download Now [Size: 19.4MB]  
  Fireworks MX Download Now [Size: 26.7MB]  
Or go to Macromedia Homepage: http://www.macromedia.com

If you installed Dreamweaver UltraDev 4 you should update to 4.01.
Download here:http://www.macromedia.com/support/ultradev/download/ud4_updater.html

You may want to download a free FTP program to help better manage your web sites on the remote server. I would recommend LeechFTP.
Download here: http://download.com.com/3000-2356-10122208.htmll


Copyright 2002 VisualTech Components. All Rights Reserved.