How can I read/write app.config settings at runtime without using user settings?
问题 I'm looking for a way to store application or machine level settings that can be written to at runtime using Application Settings. User settings allow read/write but application settings do not. I have been using user settings for saving settings like this at runtime but this has really proven to be impractical for the following reasons: All users of the machine need to share settings. In support calls (especially in crisis situations) it is difficult to explain to users/employees where to