I\'ve stored configuration of my application in the app.config, by Visual Studio I\'ve created some application key on the settings tab of project properties dialog, then I\
You need to make a call to ConfigurationManager.RefreshSection in order to have the values re-read from disk.