I want to ask about reading the app config property value.
I can change some of the app config property value during runtime and I could use that property value in my code. So, how to get that runtime changed app config property value in my code? Is there any options to get the runtime changed app config value in C#.NET?
After saving the changes to the app config, do like this
to get the updated values.
Have a look at this page.