Debugging ASP.NET on a built-in web server suddenly stops

Posted by Anton Gogolev on Stack Overflow See other posts from Stack Overflow or by Anton Gogolev
Published on 2010-05-17T13:02:57Z Indexed on 2010/05/17 13:10 UTC
Read the original article Hit count: 287

Filed under:
|
|

I have Windows Server 2008 (64-bit), VS 2008 with its built-in webserver and an ASP.NET MVC 1.0 webapp.

All I'm trying to do is to debug said app. I have a bunch of breakpoints, but they behave in a very strange way. When I fist start a debugging session with F5 and hit a breakpoint, the debugger stops just fine. However, after serveral F10s/F11s debugging suddenly "stops" (no exceptions at that time), but neither VS detaches from browsers' process, nor webapp execution stops: Visual Studio stays attached, and web request continues executing as usual.

I tried various browsers (Chrome, Firefox, IE), but to no avail.

What do I do to solve this? It really drives me insane.

© Stack Overflow or respective owner

Related posts about debugging

Related posts about ASP.NET