Is it posible to re-cache app.config? for example after changing some fields in app.config do not restart application.
Thanks.
Is it posible to re-cache app.config? for example after changing some fields in app.config do not restart application.
Thanks.
You can refresh certain sections of the configuration file using the ConfigurationManager
class so the next time that section needs to be read, it's pulled from disk.