Dreamweaver

Test Internet Information Server (IIS)

  1. Create a simple HTML page called myTestFile.html, and save it in the Inetpub\wwwroot folder on the computer where the web server is running. The HTML page can consist of a single line:
    <p>My web server is working.</p> 
  2. Open the test page in a web browser with an HTTP request. If IIS is running on your local computer, enter the following URL in your web browser:

    http://localhost/myTestFile.html

  3. If IIS is running on a networked computer, use the networked computer’s name as the domain name. For example, if the name of the computer running IIS is rockford-pc, enter the following URL in your browser:

    http://rockford-pc/myTestFile.html

  4. If the browser displays your page, the web server is running normally.

    If the browser fails to display the page, make sure the server is running. If the page still fails to open, make sure your test page is located in the Inetpub\wwwroot folder and has a .htm or .html file extension.