0
mdonogma created
If I have tenants in different regions can I run each of their sql db's on sql servers in each of the regions. They key however is for the same application to be used so I want to deploy an web server in each region to.
Essentially the hosts content will be in my region and tenants will run on db closest to them.
Hope this make sense.
1 Answer(s)
-
0
Hi @Mdonogma,
We only store connection string of tenant database, if tenant database is in a seperate db. So, you need to assign correct connection string to tenant according to tenant's region.
AspNet Zero does not have such a feature if you are asking for that.