I'm setting up an Umbraco application with multi-tenancy where i need to change the database connection string dynamically based on the tenant selected.
i have not found any way of changing the connection string of Umbraco as it only works with the connection string named as umbracoDbDSN . I also have tried by downloading the source code of the Umbraco but it seems changing the ConnectionString in the Web.config file itself.
Does anyone know how can i achieve this?
Any Help will be appreciated.