For some of you this will be too much explanation, or too many pictures; but not everyone is at the same level. I’ve broken this down into two major parts. First, there is creation which will have the same steps regardless of whether you are deploying .Net or Java. Then we will talk about deployment, using Visual Studio and then using FTP. At the end I’ll point out a couple of miscellaneous things that I think are useful to know. Also be aware, if you don’t have a lot of money to spend, there is ......
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 ......