Installing Microsoft Internet Information Server (IIS)

What is IIS

IIS is short for Internet Information Server. IIS is Microsoft's web server.

Installing IIS

The following instructions can be used to install IIS on Microsoft Windows XP Professional.


For Windows 2003 Server, the process is only slightly different.


Configuring IIS

Once you have installed IIS, it is a good idea to run a Windows Update to make sure your computer has all of the latest security patches. Use the following steps to run a Windows Update:

  1. Using Internet Explorer, go to the "tools" menu and select "Windows update".
  2. Install the latest version of windows update if necessary.
  3. Click "custom updates" (as opposed to "express").
  4. Click to Install all recomended security patches.



In order to run web services, Default.aspx must be a registered document type with IIS. To register this type:

  1. In Control Panel, open Administrative Tools.
  2. Click to open Internet Information Services (IIS) Manager.
  3. In IIS Manager, expand (local computer), and then Web Sites, so that you see "Default Web Site."
  4. Right click Default Web Site and click Properties.
  5. In the Properties dialog, click the Documents tab.
  6. Click Add.
  7. Type "Default.aspx" without the quotes, and click OK.
  8. Click OK to close the properties dialog. You may now close IIS Manager.