I’m not able to access values in configuration file. Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); var clientsFilePath = config.AppSettings.Settings...
Okay, I know that there are many question about it, but they are all from many time ago. So. I know that it ...
-
May 29, 2022
- 0 Comments
Not sure what am I missing here but I am not able to get the values from my appsettings.json in my .net core ...
-
May 18, 2022
- 0 Comments
I’m working on a C# class library that needs to be able to read settings from the web.config or app.config file (depending on ...
-
April 18, 2022
- 0 Comments