当在IIS上调试Web程序时,弹出“无法在web服务器上启动调试。调试失败,因为没有启用集成windows身份验证”的错误。
解决方法:
管理工具->IIS管理器->右击网站名->目录安全性->点击“认证和访问控制”中的“编辑”按键->勾选“认证访问”中的“集成身份验证”->“确定”。
如果是Windows Server 2003英文版,则是
Administrative Tools -> Internet Information Service(IIS) Manager -> 右击网站名-> Directory Security -> 点击"Authentication and access control"中的"Edit"按钮 -> 勾选"Authenticated access"中的"Integrated Windows authentication" -> "OK".
转载于:https://www.cnblogs.com/liangshujian627/archive/2010/07/28/1787001.html