Jesse Barnum
Jesse Barnum

Reputation: 6816

How do I set a default document in IIS?

I want to set index.html to be served as my default document. This is on Windows Server 2012r2.

All the tutorials say to double-click the 'Default document' option, but I don't have that:

enter image description here

Upvotes: 0

Views: 33

Answers (1)

Josh
Josh

Reputation: 10604

If you don't see default document, you need to install that feature through the Add Roles and Features Wizard:

enter image description here

Upvotes: 1

Related Questions