John
John

Reputation: 711

IIS7 default document

I am new to IIS7. I got a problem with the default document for a website. I have the default document enabled and the default document was set to home.aspx but when I browse the site using only http://example.com, I got the

403 - Forbidden: Access is denied

error. It works fine when I use the URL with the name of the file like this: http://example.com/home.aspx.

Upvotes: 2

Views: 1986

Answers (1)

philiphobgen
philiphobgen

Reputation: 2294

Take a look in the web.config file - double check that the defaultDocument section is correctly set up.

Post it here if you're unsure

Upvotes: 2

Related Questions