HI,
I am trying to implement multiple database tenancy. For each tenant i want a separate database and all those databases should have its meta data stored in the default database. Your framework claims to do so but when i try to create database for a tenant while creating a tenant i get an error. In order to create new tenant we are suppose to mention the connection string "Database connection string (Optional)". I have given the connection string for the tenant as follows : Server=localhost; Database=RadTenant1; Trusted_Connection=True; It do makes the database at the back end but throws an error.
Please guide me how to go for multiple database tenancy.
Thanks! Tarun Ohri