I have an application in MVC3 and I have to call another application hosted on the same server, it is in MVC5.
Should I use an ajax?
Should I make a iframe
?
So: it has a menu that is MVC3 and has to be appearing. So I thought it could be Iframe
or a div with ajax call from the contents of the other application, what should I use?