I have about 10 methods in my class. In every method I use ConfigurationManager.AppSettings to get value form App.config file
ConfigurationManager.AppSettings
like
_a
You can also set the app.config to read another file. Something like this:
app.config
and the external.config will have the appSettings section:
external.config
refer to this msdn for additional info.