Anders
Anders

Reputation: 12570

Having issues debugging website with VS2008

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:

Error 1

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:

Error 2

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?

Upvotes: 0

Views: 103

Answers (1)

anthares
anthares

Reputation: 11223

Does your windows user have permissions for this site ?

Upvotes: 1

Related Questions