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)
-
0
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.
-
0
Thanks Ismail.