Base solution for your next web application
Open Closed

MultiTenancy Feature #2980


User avatar
0
bilalhaidar created

Hello, Do you have any documentation on how multitenancy was added to the framework? What are the needed changes so that the app would be a multi-tenant? I would appreciate that info.

Thanks


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

    Hi Bilal,

    If you are talking about AspNet Zero, there is a single line of configuration,

    Configuration.MultiTenancy.IsEnabled = true/false;
    

    If it is something else, can you explain a bit more detailed.

    By the way, the only document we have about multi tenancy is this one <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Multi-Tenancy">https://aspnetboilerplate.com/Pages/Doc ... ti-Tenancy</a>.

    Thanks.

  • User Avatar
    0
    bilalhaidar created

    Thanks Ismail.