This sure seems like a simple error to fix. However, I somehow can't figure it out. Found some posts here and went thru them and couldn't get it to work. Sure seems like a famous error.
The error I'm getting is : Unable to start debugging on the web server. An Authentication error occured while communicating with the web server.
I'm running VS2k8 on the Server 2k3sp2 web server. I've verified debugging is set in the web.config and verified http keep alives are set in IIS. I've set the web to run using integrated authentication. I've even tried to attach to the process. However, my breakpoints say that running code and current code doesn't match, even though I compiled the web and ran it..sounds like im attached to the wrong process but there is only 1 w3wp process there to attach to, which should be just my process.
I even did an aspnet_regiis. Still notta.
Thoughts?