Yesterday when I clicked the green debug arrow or hit F5 the asp.net application would start up localhost and the app would run to the first breakpoint just like it has since I first started using Visual Studio back in version 2005. Today, in every asp.net project I have, even though I didn't change anything, it starts up localhost and then redirects to the live production server without ever executing any local code and thus not hitting the first breakpoint which is usually in preinit or pageload. This is bad behavior. It is unwanted, unexpected and completely unacceptable in every way.
How do I get Visual Studio 2010 to once again work the way I set it up to work? Is there some configuration setting an update changed that I can set back to what it should be?