About Me

Friday 20 April 2012

Installing ASP

Installing ASP

ASP (Active Server Pages) is part of the Internet Information Server (IIS) package that comes with certain Microsoft operating systems. Currently there is no native support for ASP on the other operating systems, such as: Mac OS, Linux, and Unix. The operating systems that do have the ability to support ASP are: Windows 95, 98, NT, 2000, 2003, XP Pro.


You will notice that XP Home Edition was not on the list of operating systems, and this was done intentionally by Microsoft to encourage people to purchase the more expensive XP Professional Edition. This lesson will provide an installation walkthrough for Windows 98 and Windows XP Pro.
Note: Chilisoft does have a solution for some Linux and Solaris users and can be purchased at Sun's web site: Sun Java System Active Server Pages 4.0.

Installing ASP and IIS on Windows XP Professional

First locate your XP Professional CD and put it into your CD-ROM then follow these steps:
  1. Open your control panel. Click Start -> then Settings -> then Control Panel
  2. Select and Open "Add or Remove Programs"
  3. On the left column of the popup window select "Add or Remove Windows Components"
  4. Scroll down until you see Internet Information Services (IIS)
  5. If IIS is not checked then check it, otherwise you already have IIS installed on your computer
  6. Click Next and follow the on screen instructions from the installer
  7. When it has completed, open up Internet Explorer and type in http://localhost
  8. If IIS was install appropriately you should be taken to the welcome screen http://localhost/localstart.asp

0 comments:

Post a Comment