I have enabled IIS7 in Windows 7. It works fine. I can see the default page from my local computer as well as from remote computer connected to the Internet.

Now I would like to do something. I would like to change my index.html. Does anybody know where this file can be located?

link|improve this question

72% accept rate
feedback

2 Answers

up vote 2 down vote accepted

You should have a look at the basic settings of the Default Web Site; this is where the physical path for the site root is defined.

This is by default C:\inetpub\wwwroot.

link|improve this answer
feedback

It is usually within C:\inetpub (replacing C:\ with the system path letter)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.