The Web server is configured to not list the contents of this directory

    今天碰到了一个很奇怪的问题,好好的网站发布到一台IIS7.5的服务器上就不能用了。一直在报这个错误。应用程序池,isapi映射都没问题,mvc3也装了,重装mvc3也不行,折腾了很长时间。

 

    最后在这里找到了解决办法:

    http://stackoverflow.com/questions/2374957/asp-net-mvc-on-iis-7-5

 

    在web.config下添加如下配置

<system.webServer>  

<modules runAllManagedModulesForAllRequests="true"/>

</system.webServer>

     然后就ok了,过两天项目平稳上了线,好好看看这一块,看看到底是为什么。
posted @ 2013-11-14 17:04  ζ老豆角  阅读(504)  评论(0编辑  收藏  举报