User-707554951 posted
Hi JAYHAWKER,
Where can I find this file?
As far as I know, ScriptResource.axd file doesn't exist. it just a error warning.
when you reference js file incorrectly in your current page. the error would be arise. and the ScriptResource.axd would be appear. it means that your request is an invalid script resource request.
So, you could use F12 develop tools to see whether your js files are ready.
For more information, please refer to the following links;
http://www.webdevelopmenthelp.net/2013/05/webresource-scriptresource-axd.html
https://blogs.msdn.microsoft.com/carloc/2008/12/04/webresource-axd-or-scriptresource-axd-not-working/
Best regards
Cathy