1. In Control Panel, select Programs. Open Programs and Features and select Turn Windows features on and off.
2. Check the [[Internet Information Services]] checkbox.
3. After IIS is enabled, the system will need to reboot.
4. Place the files or folders you want to include on your site in: %systemdrive%\inetpub\wwwroot
5. Search for “iis” from the Start menu.
6. Open Internet Information Services (IIS) Manager. From this program, you can configure your site and server, although the default settings are typically sufficient for publishing a basic intranet site with static HTML pages.
7. The files in your \inetpub\wwwroot directory should appear under the “Default Web Site”.
8. Verify you can access these files with a URL path from the same computer. For example:
http://computername/filename.htm - or – http://localhost/filename.htm
http://computername/filename.htm
- or –
http://localhost/filename.htm
9. Verify you can access your site from another computer on the network. If you receive a server error, try the following:
a. In Control Panel , click System and Security, click Windows Firewall, and then click Allow a program through Windows Firewall. b. Click Change Settings. c. Under World Wide Web Services (HTTP), check the “Domain” checkbox.
Ed Price - MSFT edited Revision 5. Comment: Great job Erika! More white space fix attempts. And attempting to indent images.
Ed Price - MSFT edited Revision 4. Comment: White space issues, title guideline edits
Erika Doyle [MSFT] edited Revision 3. Comment: Adding alt text to images.