Use Orchard Core to build modular application on ASP.NET Core with Identity Framework

339 Views Asked by At

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!

0

There are 0 best solutions below