I have a big application that has lots of app.config and web.config files. I also have 4 environments so for each environment i need to change specific config values to match the working env.
I feel it is a waste of time doing it manually each time and leaves a lot of room for mistakes when changing values.
Do you know a way to make it easier working with all those config files? I also need a way to deploy them to other servers (each config to its own server and folder).
Thanks, Chen.