My debugger is not working, I\'m putting a breakpoint, but in run, time visual studio doesn\'t stop on the breakPoint. How to fix it? There is n
You need to be running in Debug mode, and not Release mode.
Here's a detailed article about How to: Enable Debugging for ASP.NET Applications Basically, you can either set debug mode in project properties or in web.config.