Base solution for your next web application
Open Closed

How to turn off multi-tenant feature #8364


User avatar
0
cictan created

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)
  • User Avatar
    0
    Noaza created

    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

  • User Avatar
    0
    maliming created
    Support Team

    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).

  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because of no recent activity. Please create a new issue if you are still having this problem.