J
Jorge Besada
I am planning on using the Configuration Management Application Block.
The Block reads the app.config file the first time it is used. What if
I want to add a new section/configSection and have the
ConfigurationManager class reload the new app.config settings. Can
this be done? I am not interested in having my application be notified
that the settings file it is using has been changed. I am interested
in reinitializing the ConfigurationManager class once the app.config
file changes. Thanks
The Block reads the app.config file the first time it is used. What if
I want to add a new section/configSection and have the
ConfigurationManager class reload the new app.config settings. Can
this be done? I am not interested in having my application be notified
that the settings file it is using has been changed. I am interested
in reinitializing the ConfigurationManager class once the app.config
file changes. Thanks