I'd like to set the default page of a directory under /inetpub/wwwroot to something other than 'index.html'. Using Apache and .htaccess I'd use the 'DirectoryIndex' statement. How can I do this in IIS?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

In the IIS Manager, right-click the folder you want to change the default document for. Click Properties, click Documents Tab.

Check-mark "Enable default content page" and "Add" the page you want as your default.

IIS Default Document

link|improve this answer
Perfect - I found this already but a concise answer nonetheless :) – codinghands Nov 21 '11 at 14:03
feedback

Your Answer

 
or
required, but never shown

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