I have 2 config files in my application. When getting values from Web.config, I am using the below in c# and I get the values. But I am not sure how I can get some of the values from app.cofig.
ConfigurationManager.AppSettings[xsdSchema]
Appreciate the help.