14 Dec 2010

Configuring Directory Browsing ASP.NET 4.0 Web.Config Snipper

<location path="releases/arkle/arklefeed">
  <system.webServer>
    <directoryBrowse enabled="true" />
  </system.webServer>
</location>

Note: this also enables browsing on any subdirectories.

This code snippet is brough to you by: Web Design by bizTech Software.

No comments:

Post a Comment