Thursday, June 30, 2011

Turn Your PC Into a Web Server


In order for you to publish your HTML documents to the World Wide Web, you're going to need a web server to host and serve the files. While the common solution is to buy hosting from an external company, many people are not aware that you can turn your own home PC into a web server. Microsoft has a feature called IIS (Internet Information Server) that comes standard with almost all Windows 2000, XP and Vista operating systems (there are some exceptions, as we will discuss later). Basically, IIS provides free web server capability for any PC with one of the aforementioned Windows operating systems. IIS is compatible with HTML as well as ASP (Active Server Pages), which is a server-side scripting language that will enable you to add dynamic content to your web pages. Read on to discover the steps to take to turn your PC into a web server.

This article will help you to Turn Your PC Into a Web Server.

Instructions

  1. Click the "Start" button, and then click "Settings", then click "Control Panel". Note: Some versions of XP don't have a "Settings" selection on the Start menu; they just skip straight to "Control Panel". The main point is that you want to get to the Control Panel.
  2. Double-click the "Add or Remove Programs" icon.
  3. Double-click the "Add/Remove Windows Components" icon.
  4. Click the Internet Information Services (IIS) check box. Please note: Some versions of XP do not have IIS available. If you don't see the IIS check box in the "Windows Components" dialog box, your computer simply does not have that capability.
  5. Select "Details", and then click the check box entitled "World Wide Web Service". Then click "OK".
  6. You will come back to the Windows Component dialog box. Simply click "Next" to begin the installation process for IIS.
  7. There you go! You have officially set up your PC as a web server! Make sure to test it with a basic ASP test page to ensure that it's serving the page properly.