I found a lot of resources regarding CORS in web APIs and general controllers in ASP.NET MVC.
However, I am in a situation where I would like all static resources (CSS and JS files) inside a specific folder to be loaded via AJAX. In other words, enable CORS for these resources or this folder.
How can i do this? I did not find a similar question. All are associated with web APIs or controllers.
c # ajax asp.net-mvc cors
Mathias Lykkegaard Lorenzen Mar 26 '14 at 20:38 2014-03-26 20:38
source share