Base solution for your next web application
Open Closed

url error #1284


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    iamnish created

    i have enabled--- return RedirectToAction("Index", "Home", new {area = "Mpa"}); for now.

    can u elaborate on which part I need to delete ?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    So you are working with classic MVC application. Then you can delete the App folder marked in the screenshot.

    just in case, backup your project before this operation :)