Currently, I am grappling with debugging scripts in my ASP.NET project using VS2012. Whenever I initiate the project, errors start to appear from a third-party library.
The issue I am facing is that even after making changes to the scripts, they are not reflected in the browser. This results in the same errors persisting upon restart, and to force a refresh, I have to hit Ctrl+F5 at just the right moment when the browser window opens.
I am seeking a way to ensure that all scripts are refreshed in the cache when I launch the website, ensuring I am dealing with the latest versions.
Additionally, I am interested in disabling JavaScript debugging in VS2012 (which I can't seem to figure out) and utilizing F12 tools instead...