Dot Net Interview Questions and Tutorials By Dr. Rajesh Rolen
var config = WebConfigurationManager.OpenWebConfiguration("~"); config.AppSettings.Settings["appSettingKey"].Value ="Updated value"; config.Save(ConfigurationSaveMode.Minimal, false); ConfigurationManager.RefreshSection("appSettings");
Post a Comment
No comments:
Post a Comment