I was finally able to get a legacy site to run, in my regular/preferred browser - Chrome. I was trying to see how to step through the javascript code there in the F12 tools. When I couldn't see how to access the script code, I did some research, and found that javascript debugging of ASP.NET projects can (supposedly?) only be done in IE.
So in the project, I switched the browser to use from Chrome to IE. Now when I try to open the site from the VS IDE, it breaks with an exception:
Why would Chrome merrily ignore this, or why does IE grouchily make an issue of it?
In Chrome, I see various ScriptResource files:
...but these seems to be everything BUT the custom javascript for the site - Microsoft and Telerik code.
This ASP.NET site targets .NET 3.5; IE 11; Visual Studio 2013.