AppSettings get value from .config file
I’m not able to access values in configuration file. Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); var clientsFilePath = config.AppSettings.Settings[“ClientsFilePath”].Value; // the second line gets a … Read more