Save and reload app.config(applicationSettings) at runtime

You need to make a call to ConfigurationManager.RefreshSection in order to have the values re-read from disk.

Leave a Comment