Is there a way to turn off javascript debugging in VS 2013 when using Internet Explorer?
I have already unchecked the option Debugging -> Just-In-Time Debugging -> Script, but whenever I start/debug my ASP.NET project (using IE), VS loads all script documents (js files) and shows them in the solution explorer.


