This seems like a simple bug to fix. However, I somehow can not understand. We found several messages here and went through them and could not get it to work. Of course, this seems like a known bug.
The error I get is: Cannot start debugging on the web server. An authentication error occurred while communicating with the web server.
I am running VS2k8 on a Server 2k3sp2 web server. I checked that debugging is installed in the web.config file, and the verified http keep alives are installed in IIS. I set up the network to work using integrated authentication. I even tried to attach to the process. However, my breakpoints say that the current code and the current code do not match, although I compiled the web interface and ran it ... like im connected to the wrong process, but there is only 1 w3wp process there, which should just be my process.
I even did aspnet_regiis. Nonetheless.
Thoughts?
source share