Hi there
So far they way we have been using web.config on all our servers is like mostly how everyone does it. But now we need environment based web.config. At the moment we have one web.config with different values for the same keys on different servers. For example, we can have one connection string Key for the local webconfig which is pointing to the local database. When it goes to the server we have to change the connection string to point...