Not sure if this is a duplicate or not, im sure if it is it will be closed anyway!
I hear a lot of folk mentioning things like "you shouldn't clog your app.config file with custom settings"....I was under the illusion that this was what the purpose of the file was for!
So, is it just indeed a preference thing, or are there any real benefits (other than separation of settings) by using a custom XML file, as apposed to the app.config file. If you need to explicitly separate settings should you simply use the ConfigurationSection rather than opting for a custom XML file?
I would like to here other peoples thoughts on this.