I'm working on the deployment of a multi tenant appliaction.
The single tenant deployment is working already.
I followed the video from Ward Bell and Kim Johnson - thank you by the way!
Now I'm looking for a way to determine the tenant from the URL to set the right
connection string within the DynamicDataSourceKeyResolver.
Is there any existing idea to do that?
My favourite scenario would be mycompany.cloudapp.net/Customer1, mycompany.cloudapp.net/Customer2 ...
An redirect via CNAME within the DNS-Config could be another option: customer1.mycompany.net -> mycompany.cloudapp.net
I've made some testing but I don't get it work.
Hope you can help me!?
Thank you