ConfigurationManager.AppSettings Property
Returns a NameValueCollection object that contains the contents of the AppSettingsSection object for the current application’s default configuration.
but I need AppSettingsSection object because I need to change it configSource property in runtime
1 Answer