vote up 2 vote down star

I have an .Net MVC application which runs fine if I use the build in Visual Studio Webserver. If I use the projects property pages to switch to IIS as the webserver and create a virtual directory for my project, any request I send to the server results in a "Directory listing denied" failure.

Does anyone know a solution for this?

flag

2 Answers

vote up 1 vote down check

It's an issue with 'extensionless' urls prior to IIS7.

It needs either an ISAPI filter or duplicate routes in the routing table with a .mvc extension. Try ScottGu's blog at weblogs.asp.net.

link|flag
vote up 0 vote down

Might be the IIS does not have default.aspx set up as a start page.

link|flag

Your Answer

Get an OpenID
or

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