无法调试,因为未启用集成Windows身份验证 [英] Unable to Debug because Integrated Windows Authentication is notEnabled

查看:85
本文介绍了无法调试,因为未启用集成Windows身份验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在继承的

现有Windows XP / Visual Studio 2003工作站上调试ASP.NET 1.1应用程序时出现问题

来自其他人。应用程序构建正常,但当我尝试
调试时,它给我的消息:尝试运行项目时出错:

无法在Web服务器上启动调试。调试失败,因为

未启用集成Windows身份验证。


现在,显而易见的解决方案当然是检查启用

集成Windows身份验证 匿名访问下的IIS中的框

和目录安全性选项卡中的身份验证控制。检查选项

,但错误消息仍然出现。我已经检查了网站本身和虚拟目录的



我认为这可能与项目有关,它是一个MCMS应用程序,当我尝试调试小型测试应用程序时,他们调试就好了,

只有这个特殊的大项目才能给我调试错误。除了那个复选框之外还有什么可以导致这个错误的想法?
为空?

I''ve been having a problem debugging an ASP.NET 1.1 application on an
existing Windows XP/Visual Studio 2003 workstation that I''ve inherited
from somebody else. The application builds fine, but when I try to
debug, it gives me the message: Error When Trying to Run Project:
Unable to Start Debugging on the Web Server. Debugging failed because
integrated Windows authentication is not enabled.

Now, the obvious solution for this of course is to check the "Enable
Integrated Windows Authentication" box in IIS under Anonymous Access
and Authentication Control in the Directory Security Tab. The option
is checked, yet the error message is still appearing. I''ve checked it
for both the website itself and the virtual directory.

I think this may be project-related, it is an MCMS application, and
when I try to debug small test applications, they debug just fine,
only this particular large project gives me the debugging error. Any
ideas of what can cause this error, besides that checkbox being left
empty?

推荐答案

你确定已经检查了所有

文件夹/子文件夹的(集成Windows身份验证)....

最简单的方法是检查它根级别和IIS管理会询问

如果你想将它应用于子文件夹...

如果已经选中它已取消选中它点击应用然后检查它和点击申请。


乔治。


< be ***** @ gmail.com写信息

新闻:9b ********************************** @ e10g2000 prf.googlegroups.com ...
Are you sure that it''s (Integrated Windows Authentication) checked for all
folders/subfolders....
the easiest way is to check it at the root level and IIS management will ask
if you want it to apply to subfolders...
If it''s checked already uncheck it hit apply then check it and hit apply.

George.

<be*****@gmail.comwrote in message
news:9b**********************************@e10g2000 prf.googlegroups.com...

我在现有的Windows XP / Visual Studio 2003工作站上调试ASP.NET 1.1应用程序时遇到问题从其他人那里继承了

。应用程序构建正常,但当我尝试
调试时,它给我的消息:尝试运行项目时出错:

无法在Web服务器上启动调试。调试失败,因为

未启用集成Windows身份验证。


现在,显而易见的解决方案当然是检查启用

集成Windows身份验证 匿名访问下的IIS中的框

和目录安全性选项卡中的身份验证控制。检查选项

,但错误消息仍然出现。我已经检查了网站本身和虚拟目录的



我认为这可能与项目有关,它是一个MCMS应用程序,当我尝试调试小型测试应用程序时,他们调试就好了,

只有这个特殊的大项目才能给我调试错误。什么可以导致这个错误的任何

的想法,除了复选框留下

为空?
I''ve been having a problem debugging an ASP.NET 1.1 application on an
existing Windows XP/Visual Studio 2003 workstation that I''ve inherited
from somebody else. The application builds fine, but when I try to
debug, it gives me the message: Error When Trying to Run Project:
Unable to Start Debugging on the Web Server. Debugging failed because
integrated Windows authentication is not enabled.

Now, the obvious solution for this of course is to check the "Enable
Integrated Windows Authentication" box in IIS under Anonymous Access
and Authentication Control in the Directory Security Tab. The option
is checked, yet the error message is still appearing. I''ve checked it
for both the website itself and the virtual directory.

I think this may be project-related, it is an MCMS application, and
when I try to debug small test applications, they debug just fine,
only this particular large project gives me the debugging error. Any
ideas of what can cause this error, besides that checkbox being left
empty?



感谢您的快速回复。我取消选中该框,将

更改应用于所有子文件夹,然后再次检查并应用于所有

子文件夹,错误仍然出现:错误时试图运行

项目:无法在Web服务器上启动调试。调试失败

因为没有启用集成的Windows身份验证。


感谢您的建议。任何其他想法?


2月12日下午4:46,George Ter-Saakov < gt -... @ cardone.comwrote:
Thanks for the quick reply. I''ve unchecked the box, applied the
changes to all subfolders, then checked it again and applied to all
subfolders, and the error is still appearing: Error When Trying to Run
Project:Unable to Start Debugging on the Web Server. Debugging failed
because integrated Windows authentication is not enabled.

Thank you for the suggestion though. Any other ideas?

On Feb 12, 4:46 pm, "George Ter-Saakov" <gt-...@cardone.comwrote:

你确定它是(集成Windows身份验证)检查所有

文件夹/子文件夹....

最简单的方法是在根级别检查它,如果你想将它应用于子文件夹,IIS管理会询问

。 ..

如果已经选中它已经取消选中它点击申请然后检查并点击申请。


乔治。


< beno ... @ gmail.com写信息


新闻:9b ******************* *************** @ e10g2000 prf.googlegroups.com ...
Are you sure that it''s (Integrated Windows Authentication) checked for all
folders/subfolders....
the easiest way is to check it at the root level and IIS management will ask
if you want it to apply to subfolders...
If it''s checked already uncheck it hit apply then check it and hit apply.

George.

<beno...@gmail.comwrote in message

news:9b**********************************@e10g2000 prf.googlegroups.com...

我一直在调试时遇到问题一个ASP.NET 1.1应用程序在一个现有的Windows XP / Visual Studio 2003工作站上,我从其他人那里继承了

。应用程序构建正常,但当我尝试
调试时,它给我的消息:尝试运行项目时出错:

无法在Web服务器上启动调试。调试失败,因为未启用集成Windows身份验证的

I''ve been having a problem debugging an ASP.NET 1.1 application on an
existing Windows XP/Visual Studio 2003 workstation that I''ve inherited
from somebody else. The application builds fine, but when I try to
debug, it gives me the message: Error When Trying to Run Project:
Unable to Start Debugging on the Web Server. Debugging failed because
integrated Windows authentication is not enabled.


现在,显而易见的解决办法是检查启用

集成Windows身份验证。 匿名访问下的IIS中的框

和目录安全性选项卡中的身份验证控制。检查选项

,但错误消息仍然出现。我已经检查了网站本身和虚拟目录的

Now, the obvious solution for this of course is to check the "Enable
Integrated Windows Authentication" box in IIS under Anonymous Access
and Authentication Control in the Directory Security Tab. The option
is checked, yet the error message is still appearing. I''ve checked it
for both the website itself and the virtual directory.


我认为这可能是与项目相关的,它是一个MCMS应用程序,当我尝试调试时,它是
测试应用程序,他们调试很好,

只有这个特殊的大项目给我调试错误。什么可以导致这个错误的任何

的想法,除了复选框留下

为空?
I think this may be project-related, it is an MCMS application, and
when I try to debug small test applications, they debug just fine,
only this particular large project gives me the debugging error. Any
ideas of what can cause this error, besides that checkbox being left
empty?


好吧,尝试取消选中Anonymous,这样只检查Integrated。

除此之外尝试Google这个错误导致我失去了建议......


PS:你的项目是否在没有调试的情况下运行?如果你只是在

浏览器中打开它?

George。

< be ***** @ gmail.comwrote in message

新闻:f0 ********************************** @ i72g2000 hsd.googlegroups。 com ...
Well, try to uncheck Anonymous so only Integrated is checked there.
Other than that try to Google this error cause I am out of suggestions....

PS: Is you project running without debugging? If you simply open it in the
browser?
George.
<be*****@gmail.comwrote in message
news:f0**********************************@i72g2000 hsd.googlegroups.com...

感谢您的快速回复。我取消选中该框,将

更改应用于所有子文件夹,然后再次检查并应用于所有

子文件夹,错误仍然出现:错误时试图运行

项目:无法在Web服务器上启动调试。调试失败

因为没有启用集成的Windows身份验证。


感谢您的建议。任何其他想法?


2月12日下午4:46,George Ter-Saakov < gt -... @ cardone.comwrote:
Thanks for the quick reply. I''ve unchecked the box, applied the
changes to all subfolders, then checked it again and applied to all
subfolders, and the error is still appearing: Error When Trying to Run
Project:Unable to Start Debugging on the Web Server. Debugging failed
because integrated Windows authentication is not enabled.

Thank you for the suggestion though. Any other ideas?

On Feb 12, 4:46 pm, "George Ter-Saakov" <gt-...@cardone.comwrote:

>你确定它是(集成Windows身份验证)检查
所有
文件夹/子文件夹....
最简单的方法是在根级别检查它,IIS管理层将询问
是否要将其应用于子文件夹...
如果已经检查已经取消选中它点击申请然后检查并点击申请。

乔治。

< beno ... @ gmail.comwrote在消息中

新闻:9b ********************************** @ e10g200 0prf .googlegroups.com ...
>Are you sure that it''s (Integrated Windows Authentication) checked for
all
folders/subfolders....
the easiest way is to check it at the root level and IIS management will
ask
if you want it to apply to subfolders...
If it''s checked already uncheck it hit apply then check it and hit apply.

George.

<beno...@gmail.comwrote in message

news:9b**********************************@e10g200 0prf.googlegroups.com...

我在

现有Windows上调试ASP.NET 1.1应用程序时遇到问题我继承的XP / Visual Studio 2003工作站来自其他人的
。应用程序构建正常,但当我尝试
调试时,它给我的消息:尝试运行项目时出错:

无法在Web服务器上启动调试。调试失败,因为未启用集成Windows身份验证的

I''ve been having a problem debugging an ASP.NET 1.1 application on an
existing Windows XP/Visual Studio 2003 workstation that I''ve inherited
from somebody else. The application builds fine, but when I try to
debug, it gives me the message: Error When Trying to Run Project:
Unable to Start Debugging on the Web Server. Debugging failed because
integrated Windows authentication is not enabled.


现在,显而易见的解决办法是检查启用

集成Windows身份验证。 匿名访问下的IIS中的框

和目录安全性选项卡中的身份验证控制。检查选项

,但错误消息仍然出现。我已经检查了网站本身和虚拟目录的

Now, the obvious solution for this of course is to check the "Enable
Integrated Windows Authentication" box in IIS under Anonymous Access
and Authentication Control in the Directory Security Tab. The option
is checked, yet the error message is still appearing. I''ve checked it
for both the website itself and the virtual directory.


我认为这可能是与项目相关的,它是一个MCMS应用程序,当我尝试调试时,它是
测试应用程序,他们调试很好,

只有这个特殊的大项目给我调试错误。什么可以导致这个错误的任何

的想法,除了复选框留下

为空?
I think this may be project-related, it is an MCMS application, and
when I try to debug small test applications, they debug just fine,
only this particular large project gives me the debugging error. Any
ideas of what can cause this error, besides that checkbox being left
empty?



这篇关于无法调试,因为未启用集成Windows身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆