I am trying to run the debugger in my vs.net 2010 asp.net 3.5 app on iis 7 on my machine.
the breakpoints are set and loaded but are not hit? I also have a url rewriter httpmodule loaded.
I am trying to run the debugger in my vs.net 2010 asp.net 3.5 app on iis 7 on my machine.
the breakpoints are set and loaded but are not hit? I also have a url rewriter httpmodule loaded.
I had the same problem, I was debugging my project, and i had to right click the project and select "new debug instance". I only needed to do this once, then after that it worked as normal.