I have some settings in my app.config which I intend to be \'global\' - ie. any user can change them, and all users get the same setting.
But unless I change them to
Configuration Settings are cached in the memory when you starts the application. you can deal with the app.config file as xml to change the values.