Server A: Windows Server 2008 R2, IIS 7, admin - me
Server B: Windows Server 2008 R2, IIS 7, admin - company server admin group
I have a Javascript file that works well on my local machine. The JS file also works on Server B. When loaded to Server A, the page returns the error "Unspecified error" with a go to line that doesn't mean much in either the HTML or the JS. When replaced with a JQuery file, that also works locally, and also works on Server B, I get a different error "Object Expected" again with a meaningless go to line.
There are bits of Javascript which are functional on the same site on Server A, so JS is not completely disabled.
I am aware that JS and JQuery are considered client-side languages, but in this case "Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth."
Are you, server fault'ers, aware of server configurations that would affect Javascript/JQuery performance?