I've installed Windows Vista Ultimate on one of my home PCs. Then I installed IIS. Afterwards I've installed Visual Studio 2005. I want to have a simple web site which I'll use in my home network. I then created a simple ASP.NET 2,0 website, for testing purposes. But when I tried to debug it, in VS 2005, I got the following error message:
Unable to start debugging on the web server. Debugging failed because integrated Windows authentication is not enabled.
I don't remember getting this error on Windows XP. I do not know how to enable integrated Windows authentication in IIS 7 on Vista; how do I do it? What else might cause this behavior?
Doctor Who