Reputation: 11794
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.
Upvotes: 1
Views: 354
Reputation: 1295
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.
Upvotes: 1