0
pankajmathur created
As per documentation, Framework support Single Deployment - Multiple Database. Is any one implemented this or any documentation for step by step tenant creation?
I have tried to make new database per tenant but it is not creating new database. If any one has explored it, please help me out on this.
2 Answer(s)
-
0
Hi @pankajmathur,
Do you set connectionString for new tenant ?
Thanks.
-
0
Hi Everyone,
I was able to do this by below steps.
- Login host application.
- Create Tenant from there
- It will ask to use Host DB or create new DB
- Choose new DB. It will create new database for that tenant.
- Login application with provided configuration. No need to change DB connection string anywhere.
Thank You,