I have an ASP>NET application in C#. I am unable to get into debug mode even after setting the breakpoint in Visual Studio. What could be the cause? (I have set the debug tag in web.config to true.)
In the toolbar there is a dropdown list with the choices Debug, Release, and
Configuration Manger. That drop down needs to be set to Debug for debugging
to work. Is it possible that it's set to release?