I'm a complete rookie with IIS and don't have IIS for Dummies. I have some web pages I need to deploy with IIS 7. They are in a directory structure, we'll call it mydir. Inside mydir are the css, image dirs and a number of others. There is also in index.html. In Windows Explorer if I double click index.html it brings up the desired web page. I would like to be able to acces the web pages (they contain user help) via URL (http://myserver/mydir/index.html or something similar).
I am assuming that IIS can do this, please tell me if that is wrong.
In IIS Manager, I created a new Virtual Directory and pointed it at the directory that contains the index.html. When I attempt to connect with a browser it does not get an error but the page comes up completely blank. I would very much appreciate someone telling me what more I need to do to make this work. Thanks in advance.