venerdì, marzo 23, 2007

Activating IIS

Just some directions I found on the Internet...but I'm storing it here, so I can find it again:

  1. Installing Internet Information Service (IIS)
  2. Insert your Windows XP Professional CD-Rom into the disc drive.
  3. Go to Add or Remove Programs: Start > Control Panel > Add or Remove Programs
  4. Click on the Add/Remove Windows Components button on the left hand side of the window.
  5. The Windows Components Wizard will then appear. Scroll down to Internet Information Service (IIS) tick the check box and click next.
  6. If you do not have Windows XP Professional in your disc drive you will be asked to insert it at this point.
  7. The installation should now begin, you will be prompted once the installation is complete, then click finish.
  8. You will now be able to view your home page in a web browser by typing http://localhost into the address bar.
  9. You should now be looking at the IIS documentation.

Using IIS

Your default web directory for your website files is C:\Inetpub\wwwroot you can set up your own virtual directory through the Internet Information Services Window:

  1. Go to Administration Tools: Start > Control Panel > Administration Tools
  2. Double-click on the Internet Information Services icon.
  3. To add a new virtual directory, expand the Web sites folder in the left pane of the window and right click on Default Web Site. Select New from the pop up menu followed by Virtual Directory.
  4. The Virtual Directory Creation Wizard should appear, click next.
  5. You will then be prompted to give your virtual directory an Alias to access it from your web browser (this is the name you will type into your web browser after localhost/ to view any web pages you place in the directory).
  6. Click Browse to assign the directory location of server files then click next.
  7. Lastly you will see a series of boxes, this is for security. If you are not worried about security select them all and click next.
  8. Once the virtual directory is created you can view the web pages in the folder by typing http://localhost/alias into the address bar of your web browser