I am working on Visual Studio 2008. I have this problem with both 2005 and 2008 on Vista. I have no problems debugging, it is just that selecting Debug does automatically not attach to the process. This is only the case for web projects, and not for Windows applications and other project types.
I am running with elevated privileges. Rarely and occasionally, VS will automatically attach. When it does, it will continue to do so on successive debug commands, but eventually it stops attaching and it must be done manually. Hitting debug does everything, builds, starts the development server, opens the page and simply fails to attach.
I am tending to think this is something that is somehow being blocked or lost, but it is not always consisitent.
It would be very helpful to have a resolution to this. Most times I can get around it, but if I have a process that fires on application start or page load, it is very frustrating, as I'll have missed where I want to enter debugging.
Thanks,
John