I have an ASP.NET MVC application debugging from Visual Studio 2008, sp1. When I F5 in VS to start debugging the site, it runs fine for a few moments. Sometimes 10 seconds. Sometimes 10 minutes. But eventually the debugger exits, with this message:
The program 'WebDev.WebServer.EXE: Managed' has exited with code 0
The web app is still running in the background, because I can see it in the system tray (Win 7), and the page still responds to requests, but I can no longer breakpoint or do any of the other useful "debugger" tasks since it exited. I can re-attach the debugger just fine.
There are no events in the Application level in Event Viewer (literally - I cleared them out, started debugger, waited for exit, and there were still 0 events after refreshing the list)
I checked off all Exception types in Debug -> Exceptions to be thrown, instead of just user-handled, and nothing popped up.
Anyone see this behavior before? While it's not a show shopper, it sure slows down the debugging process.