继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

the contents of this directory.

喵喵一只汪
关注TA
已关注
手记 315
粉丝 86
获赞 467

部署一个ASP.NET MVC网站至一个全新的服务器Windows Server 2008 R2, 数据为MS SQL Server 2014 64bit Expression版本。

运行时,它第一次显示出来是一个异常:

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

 
解决方法:
打开站点根目录下的Web.config,添加下面节点信息:

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

 

打开App,阅读手记
0人推荐
发表评论
随时随地看视频慕课网APP