问题描述
我正在vista上运行visual studio 2008 64位。当我尝试使用IIS调试时,我收到以下异常。无法在Web服务器上启动调试,对象标识符不表示有效对象。
IIS和Visual Studio都在同一个框中。
我尝试添加Windows身份验证,但没有运气(我的应用需要表单认证,fyi)。
任何想法?我在网站上有绑定。 IIS应用程序是一个Web SIte,不是虚拟的。
谢谢!
您已经在IIS中打开Windows身份验证
I am running visual studio 2008 on vista business 64-bit. I am getting the following exception when I try to debug against IIS.
"Unable to start debugging on the web server. The object identifier does not represent a valid object".
IIS and Visual Studio are on the same box.
I've tried adding Windows Authentication but no luck (my app requires forms authentication, fyi).
Any thoughts? I have a binding on the Web Site. The IIS app is a Web SIte not a virtual directly.
Thanks!
You have switch on Windows Authentication in IIS
这篇关于无法在Web服务器上开始调试。 Visual Studio 2008的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!