L
Ludvig
I have various domains using the same application/assembly
They differ in contents and design, based on a "site id", and get its
information from an SQL server.
Now I have to deploy the different "sites" to individual folders on the
server, and set up the domains on IIS to point to these folders.
If I do changes in the application, I have to deploy to all the different
folders on the server.
What I want to do is to have one single root web, and let all the domains
point to this in IIS.
Then I have to deploy only once.
The problem is. How do I configure web.config, to allow me to use multiple
domains, sharing a common application and root folder.
They differ in contents and design, based on a "site id", and get its
information from an SQL server.
Now I have to deploy the different "sites" to individual folders on the
server, and set up the domains on IIS to point to these folders.
If I do changes in the application, I have to deploy to all the different
folders on the server.
What I want to do is to have one single root web, and let all the domains
point to this in IIS.
Then I have to deploy only once.
The problem is. How do I configure web.config, to allow me to use multiple
domains, sharing a common application and root folder.