In IIS 7 and above, you can use the following.
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <directoryBrowse enabled="true" /> </system.webServer> </configuration>
In IIS 6, you will have to configure it through IIS Manager.
source share