Consider that I want to create 10 websites in IIS, each of them pointing to the same website on local hard drive, each one running the same code, but on different subdomain.
subdomain1.domain.com, subdomain2.domain.com, ..., subdomain10.domain.com
How can I add multiple connection strings in my web.config file and bind each connection string to a different subdomain ?
I want to do this because every website will have a different database with different data.