Base solution for your next web application
Open Closed

Migrated application from .Net Core 2.2 to .Net Core 6.0 , redirected to Default login page instead of application login page #10874


User avatar
0
sumitshah created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version?
  • .net6.0
  • What is your product type (Angular or MVC)?
  • Angular
  • What is product framework type (.net framework or .net core)?
  • .Net Core

Problem Statement: Application has been migrated from .Net Core 2.2 to .Net Core 6.0. While running application it is redirected to the default login screen instead application login screen.

Need help on routing application so that it is redirected to the application login screen. Let us know if any more details you need.

Please refer the screenshot attached.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @sumitshah

    You can configure "App:HomePageUrl" in appsettings.json withthe default URL you want to open.