0
iamnish created
why the site goes to Application#/tenant/dashboard instead mpa/dashboard by default?what is the difference between them?
3 Answer(s)
-
0
Hi,
There are two applications in the project. One is Single Page Application and the other one is Multi Page application. Application#/tenant/dashboard is for single page application and mpa/dashboard is for the Multi Page application.
Functionality of these two application are same but they have some differences in the look.
You should choose one of them to build your application and delete the other section if you are building a real life application to prevent such confusions.
-
0
i have enabled--- return RedirectToAction("Index", "Home", new {area = "Mpa"}); for now.
can u elaborate on which part I need to delete ?
-
0