How to configure IIS on your machine

WebWorks Reverb requires a web server to be viewed. Below are links to help you configure an IIS server so you can do this on your own system.

Windows XP

Vista or Windows 7


Ensure web server is running:

  • Computer -> Manage

    • Services and Applications
    • Internet Information Services (IIS) Manager


Test web server:

C:\inetpub\wwwroot

Sample HTML file index.html

  • <html>
      <head>
        <title>Demo</title>
      </head>
    
      <body>
        <h2>Demo</h2>
      </body>
    </html>

http://localhost/index.html

Permalinks/Solutions/Output/WebWorksReverb1/ConfiguringIIS (last edited 2020-12-04 18:34:23 by TonyMcDow)