I have a console application that has App.Confile file. Now the parameters that are environment specific are maintained here.
Now I am thinking to h
To follow on from Babak's answer, you could also separate parts of your config out into other config files by using the configSource attribute on any element which represents a ConfigurationSection, e.g.:
configSource
ConfigurationSection
And in appSettings.config: