I suddenly cannot debug VS. I am developing an MVC application. I have not made any changes to the application settings. I just changed the property in the class, as I did many times.
I get a popup
Debugging is not enabled
This page cannot be started in debug mode because debugging is not enabled in the Web.config file. What would you like to do?
(.) Modify the Web.config file to enable debugging.
() Starting without debugging.
I have a compilation of debug = "true" targetFramework = "4.0" in my Web.Config file. Clear debugging enabled. I restarted VS, rebooted, but the same thing.
When I say right away, I mean from one debugging session, the other for about 10 minutes. Any ideas why this is happening?
source share