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
You could try calling
ConfigurationManager.RefreshSection("appSettings")
I've just tested this and it does indeed work.