Suppose I want to create 10 websites in IIS, each of which points to the same site on the local hard drive, each of which works with the same code, but on different subdomains.
subdomain1.domain.com, subdomain2.domain.com, ..., subdomain10.domain.com
How can I add several connection lines to my web.config file and bind each connection line to a different subdomain?
I want to do this because each site will have a different database with different data.
Alin vasile
source share