I\'m using C# .NET 2.0 Windows Application.
and I\'m using app.config for my Application Settings.
but change in AppSettings doesn\'t reflected runtime, it Needs
ConfigurationManager.RefreshSection("appSettings");
works!!
But be careful that if we are in debug mode, the configuration file can be called xxxxx.vshost.exe.config, where xxxxx is your project name.