iis7 发布mvc 显示为目录的情况

<system.webServer>
<modules runAllManagedModulesForAllRequests="true" />
</system.webServer>

要设置<modules>节的值为true, 而目录浏览启用或禁用其实都没影响的。

原文地址:https://www.cnblogs.com/forthelichking/p/4829294.html