Learning how to debug scripts in my asp.net project with VS2012 Right now when I start project I start getting errors (from 3rd party library)
Problem is - even if I did changes to script - it is not updated in browser, so on restart I'm getting same errors popping up and to do Ctrl+F5 I need to "catch" a moment when I can open browser window with website.
I really want to make sure when I start website that all scripts being refreshed in cache and I deal with latest copy.
Optionally I'd like to disable VS2012 javascript debugging (can't figure how) and start using F12 tools...