0
SASIMEXICO created
What steps would need to be taken in order to convert an ASP.NET Zero application to a hybrid database architecture, specifically in regard to the addition of a new tenant that requires a separate database?
we've added a custom connection string to the tenant, but it doesn't seem to use it at all. We've not found anything clear in the documentation.
Are we missing a step?
1 Answer(s)
-
0
Hi @SASIMEXICO
Normally, there is no additional step is required. If you provide a connection string while you are creating a new tenant, a new database should be created and this new database will be used for new database.
Could you check if a new database is created for the tenant you have created ?