I have multiple console applications each one has an app.config file, this way is a little impractical because if I need to change the email server configuration I have to make the change in all the app.config files, I want to create a single configuration file or something similar so I can have all the configuration in a single place.
which is the best way to achive this? I was thinking in a xml file.