Web.configを作る。
<configuration>
<system.webServer>
<directoryBrowse enabled="true" />
</system.webServer>
</configuration>
<configuration>
<location path="pub/hoge">
<system.webServer>
<directoryBrowse enabled="true" />
</system.webServer>
</location>
</configuration>
これだけ。
他のIIS設定もWeb.configで制御可能。
IISマネージャを直接触れない環境で使う。