本文介绍了调试ASP.NET MVC当IIS防爆preSS给出拒绝访问错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经创建了一个ASP.NET MVC 3项目,开发时正在使用IIS防爆preSS作为Web服务器。当我尝试调试,我得到下面的错误消息。
这又如何解决呢?
解决方案
The cause if had for this problem was IIS Express not allowing WindowsAuthentication. This can be enabled by setting
<windowsAuthentication enabled="true">
in the applicationhost.config file located at C:\Users[username]\Documents\IISExpress\config.
这篇关于调试ASP.NET MVC当IIS防爆preSS给出拒绝访问错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!