Configure IIS for Windows XP Pro

IIS stands for Internet Information Services. It is a web server which provides access to web pages published on it. It does a similar role to Apache, except it is more user friendly. Getting it set up for the first time is actually easier than most people think.

Steps

  1. Install IIS 5.1. This is a Windows Add-on available in Windows XP Pro or Windows XP Media Center editions of Windows XP.
    • Open Control Panel from the Start Menu.
    • Click on Add or Remove Programs
    • Click on Add/Remove Windows Components
    • Select Internet Information Services from the Windows Component Wizard
    • Select Next. The Wizard may prompt you for your XP Installation Disc.
    • IIS 5.1 will now be installed
  2. Once it has completely installed you will have to open it (this may be tricky because it doesn't include any shortcuts on the desktop or in the start menu).
    • First go to the Control Panel again and click "Performance and Maintenance" and then navigate to "Administrative Tools". (For Service Pack 3, click directly on "Administrative Tools")
    • Now you should see "Internet Information Services"; open the program up (You may create a shortcut on the desktop so it is easier to find).
  3. If it opens then congratulations, you have successfully installed it. Now to set it up properly read on...
  4. In the left panel select "Websites".
  5. Here you will see if it is running or not, the local IP Address it is configured on, and the current port it is using (Port 80 is default, however you may need to change this because most ISPs [Internet Service Provider] block that port).
  6. Now right click on "Default Web site" and click properties, then go to the "Web site" tab. Change the IP Address to what your local IP Address is if it is not already set (to find out what your local address is click "start", then "run", then type in "cmd", then type in "ipconfig". Now look at the address beside "IP Address" and that is what it should be in IIS).
  7. Now decide what port you want to use (anything above 1024 should be fine). You can leave it at port 80 but only if your ISP doesn't block it. If you do decide to change the port then note than whenever you navigate to your website then your syntax must be "domain.com:portnumber".
  8. After you have decided on the port you need to open the port in your router. To do this type in you gateway in a browser and follow the steps there.
  9. Next go to the "Home Directory" tab, and select a local path. You should use "driveletterofWindows:\Inetpub\wwwroot". This folder was automatically created upon installation.
  10. Now go to the "Documents" tab. Here you can set a default document to redirect to if no document is typed into the URL. To add a new document to the list click "Add" and then type in the name (you do not need the path but the file must be in the home directory that you previously chose).
  11. Next close the properties window and right click on "Default Web Site" again. This time rollover "New" and then click "Virtual Directory" (you don't have to do this but it is a good practice). Select a logical name for your virtual directory such as "root" or something similar as to avoid confusion.
  12. Now expand "Default Web Site" and you should see the name of your virtual directory. Expand the directory and you should see all of the files in there that are in your "Home Directory". Relax, you are almost done.
  13. Once again, right click on "Default Web Site", this time rollover "All Tasks" and click on "Permissions Wizard"
    • Click next.
    • Select "Select new security settings from template".
    • Click next.
    • Select "Public Site". Now just keep clicking next until it is finished.
  14. Now test to see if your site works.
    • Open up your favorite browser and type into the Location Bar: http:// localIPaddress:port/virtualdirectory/ or type inĀ : http:// computername:port/virtualdirectory/ (if you did not change the port from port 80 then type in: http:// computername/virtualdirectory/)
  15. To access your site from another location that is not on your network then type: http:// externalIPaddress:port/virtualdirectory/ (once again if you did not change the port from port 80 then type: http:// externalIPaddress/virtualdirectory/)
  16. To find out your external IP Address then go to http://whatismyip.com
  17. If it works then good job. For reasons why it didn't work consult the Tips section.

Tips

  • Website take a lot of bandwidth so please notice that it will most likely not be fast if you are at home.
  • A good way to check if port 80 is blocked by your ISP is to go start>run>cmd. at the command prompt type telnet google.com 80. you can use any website. if you get any thing besides a Cannot connect error message it means port 80 is open and telnet connected.
  • Your Permissions may be wrong. If you get error 401 then run the permissions wizard again and read everything carefully.
  • In IIS make sure it says that the "Default Web Site" is running.
  • Your site may have not worked because you chose port 80 which is often blocked. Just change the port in IIS and in your router.
  • You may have incorrectly forwarded the port.
  • Also make an exception in windows fire wall for port 80
  • If Apache is open then close it and also close all processes of it in the Task Manager.
  • For more help Microsoft has great help for IIS so be sure to consult it as well.
  • No-ip.com is a great place for linking your IP address to a sub Domain name for free. Visit the site make a username and read the In-site help.

Warnings

  • Don't upload illegal or copyrighted files onto your web server.
  • Don't give full permissions because you don't want other people viewing your directories or infecting you with viruses.

Things You'll Need

  • Windows XP Pro or Media Center
  • IIS 5.1
  • Internet connection (Preferably high speed)
  • Basic knowledge of HTML

Related Articles

  • Add a Rating System to Drupal
  • Download and Install Animated Dream Wallpaper
  • Set up Windows Media Center

Sources and Citations