I have a Sitecore C# MVC/.Net 4.5 application. I have a Javascript file that needs to be accessed by external sources.
As it is not part of any route, I get a 404 if I try to access it directly, even with the file existing.
How can I allow external access to this file?
/Scripts, or else perhaps/Content. I have never seen that fail.