Here is the scenario: - Too many web sites with the same source code and own database (Each customer has its own system with his own database, but all customers utilizes the same source code)
- I have only one TFS Project because all customers use the same code (not physically because I have to deploy to each customer at each website)
The Question: How can I deploy to one website (from VS 2012 - Web Deploy) and it automatically updates all the other websites, changing correctly the web.config (currently, each deployment setting has its configuration to change the web.config connectionString).
TO Simplify, currently, I have all the deployment settings (Customer1 - WEb Deploy, Customer2 - Web Deploy....) It works, but I have to deploy to each single customer... What I want to do is, make a loop to deploy to all Customers by clicking just once)..