user603007
user603007

Reputation: 11794

why are breakpoints not hit?

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

Answers (1)

Mayur Borad
Mayur Borad

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

Related Questions