Setting Up A Web Server (Iis) : Wazza'S Quickstart: Windows XP
Setting Up A Web Server (Iis) : Wazza'S Quickstart: Windows XP
This document details the following four steps in setting up a Web Server (aka
Internet Information Services -IIS) on Windows XP:
1.4. Right-click on your Local Area Connection icon, and choose Properties.
Click on OK.
1.7. You can check that the computer is connecting to the network by running a
“ping” test to a known local IP address from Run in the Start menu.
1.8. You can also repeat the ping test from another network computer back to
your web server’s IP address.
If your are unable to ping the server address, and your network is intact,
check that the Firewall on the web server is not enabled to block incoming
requests on Port 80 (Network connections > Properties > Advanced).
2.6. The setup Wizard will copy and install the necessary files from the CD.
2.7. After a few minutes you will be advised that the IIS components have been
installed.
This indicates that your web server has recognised the request, and that it
has returned a web page to the requesting browser.
Now we need to replace the Under Construction site with a site of our own.
This document is of an introductory nature only, and explains how to setup a basic
intranet site using Microsoft IIS.
Once your IIS software is installed, a more comprehensive help guide is available
at http://your.server.address/iishelp (eg http://10.38.1.30/iishelp)
You will also need to create some web page content to copy into your web site.
This document does not explain how to create web pages, but only how to setup
and provide access to these pages from a IIS web server. The notes below
assume that you have created some web pages, using MS Frontpage, Mozilla
Composer, etc.
4.1. The Under Construction page we saw previously was coming from a web
site stored on your web server.
C:\Inetpub\wwwroot
4.2. Once you have created a new site, copy the site to the C: drive on your web
server.
The folder containing the site must have an internet-savvy name (no spaces,
etc)
4.7. Expand the “tree” in the left column to display the Default Web Site.
4.9. Click on the Home Directory tab and specify the new location of the default
web folder.
4.10. If your “default” web page, within the Intranet folder, has an “html” extension,
click on the Documents tab.
4.12. Move to a network computer. Open a browser and enter the IP address of
the web server.