1

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.

John Saunders
  • 160,644
  • 26
  • 247
  • 397
user603007
  • 11,416
  • 39
  • 104
  • 168

1 Answers1

1

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.

Mayur Borad
  • 1,295
  • 9
  • 23