I am confused on how to modify the web.config appSettings values at runtime. For example, I have this appSettings section:
Who likes directly to the point,
In your Config
in your code(c#)
///SET ConfigurationManager.AppSettings.Set("Conf_id", "whateveryourvalue"); ///GET string conf = ConfigurationManager.AppSettings.Get("Conf_id").ToString();