reloading app.config in Configuration Management Application Block ???

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Jorge Besada (jbesad01_at_yahoo.com)
Date: 10/18/04


Date: 18 Oct 2004 12:01:13 -0700

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