使用 VS2008 调试网站时遇到问题
我正在尝试在 Windows XP 上调试网站。更具体地说,我正在尝试调试 SiteFinity CMS 的安装。该 CMS 是通过 Microsoft 的 Web Platform Installer 安装的。它被安装到默认位置C:\Inetput\wwwroot
。
我在尝试使用 VS2008 调试网站时遇到的第一个错误相对简单,我通过在 IIS 管理器中更改 Web 应用程序的身份验证解决了该错误。这是该错误:
第二个错误,即让我困惑的错误,根本不是真正的错误消息。当我现在去调试网站时,我收到来自 localhost:80
的身份验证提示:
我尝试将我的 Windows 用户凭据放入其中,但这不起作用。关于我应该尝试什么用户的任何建议,或者更好的是如何完全消除输入凭据的需要?
I am attempting to debug a website on Windows XP. To be more specific, I am trying to debug an install of SiteFinity CMS. This CMS was installed via Microsoft's Web Platform Installer. It was installed to the default location of C:\Inetput\wwwroot
.
The first error I got when attempting to debug the website with VS2008 was relatively straightforward and I solved it by changing the authentication of the web application in the IIS manager. Here is that error:
The second error, the one that has me stumped, is not really an error message at all. When I go to debug the website now, I get an authentication prompt from localhost:80
:
I tried putting my windows user credentials in, but that did not work. Any suggestions on what user I should try, or better yet how to eliminate the need to enter credentials at all?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 Windows 用户是否有访问该网站的权限?
Does your windows user have permissions for this site ?