Is there a way to turn off multitenant feature so that I can use it as a single membership site(unique email/username), when I am editing the APIs? Thanks,
3 Answer(s)
-
0
Please check this link which shows you how to achive that.
https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Developing-Step-By-Step-Angular-Creating-Running-Project
-
0
Configure Multi-Tenancy ASP.NET Zero supports multi-tenant and single-tenant applications. Multi-tenancy is enabled by default. If you don't have idea about multi-tenancy or don't want to create a multi-tenant application, you can disable it by setting PhoneBookDemoConsts.MultiTenancyEnabled to false in the *.Core.Shared project (name of the PhoneBookDemoConsts will be like YourProjectNameConsts for your project).
-
0
This issue is closed because of no recent activity. Please create a new issue if you are still having this problem.