The company I work for develops and hosts a website that is used by several different institutions. Each client has their own instance of the website. So 20 clients, 20 web applications, deployments are quite tedious and repetitive as a result. My question is: Is there a way to configure multiple IIS applications (each with it's own web.config) to use a shared code base. That way a deployement would only involve updating one folder where the shared website code resides. I would greatly appreciate any suggestions or comments. Thanks :)
↧