After application start up ,if i change some value in app.config ,is it reflected in cache object through which i access appconfig properties.
string currentValue = ConfigurationSettings.AppSettings[currentKey];
If it is not so what is possible way to do so?