Base solution for your next web application
Open Closed

Single Deployment - Multiple Database - Any one Implemented #3270


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @pankajmathur,

    Do you set connectionString for new tenant ?

    Thanks.

  • User Avatar
    0
    pankajmathur created

    Hi Everyone,

    I was able to do this by below steps.

    1. Login host application.
    2. Create Tenant from there
    3. It will ask to use Host DB or create new DB
    4. Choose new DB. It will create new database for that tenant.
    5. Login application with provided configuration. No need to change DB connection string anywhere.

    Thank You,