Technically, this is two topics and not one. But I happened to run into both today while transposing a project I wrote in Java to ASP.Net MVC and while easy to solve, did cause a bit of frustration.Topic #1: Static JSON FilesI work with a HTML/JavaScript product that requires an XMLfile for configuration, which in turn points to another XML file and two JSON files which reside in the content folder. The XML itself is generated by an external component and that component has to be passed URLs that ......