2

I want a directory listing/browsing available in my Asp.Net MVC application. So I modified web.config:

<system.webServer>
    <directoryBrowse enabled="true" />
</system.webServer>

and it works well under IIS or IIS Express. But on VS Development Server it gives HTTP 404 The resource cannot be found.

Is there anything to make it work?

Shaddix
  • 5,901
  • 8
  • 45
  • 86
  • no luck. though, it's meant to tweak IIS Express, isn't it? under IIS Express everything already works ok – Shaddix Apr 17 '13 at 17:44

0 Answers0