3
I have an application in MVC3 and I have to call another application hosted on the same server, this in MVC5.
Should I use an ajax?
I must make a iframe
?
So: has a menu that is MVC3 and has to keep appearing. So I thought it could be Iframe
or a div with ajax call of the content of the other application, which I should use?
I think that
iframe
can be a solution, especially if they are two different applications, without access to data from each other.– Leonel Sanches da Silva
That’s my problem, Gypsy I have to pass to MVC5 who this logged in would have to pass via get I thought I would have something other than Iframe I’m not researching two days I found nothing.
– Mr Anderson