I want to use Orchard Core to build a modular application, one of the modular application is using Identity Framework.
https://github.com/OrchardCMS/OrchardCore.Samples
I modify the sample code from Orchard's website. I can access the route "modular_project_name/Home/Index" from another project, but I can't access the route "modular_project_name/Identity/Account/Login" (which is a login view in Identity Framework).
Is there any suggestion for this issue? If there is please help me. Thank you very much!