I am trying to read the keys from the Web.config file in a different layer than the web layer (Same solution)
Web.config
Here is what I am trying:
var url = ConfigurationManager.AppSettings["ServiceProviderUrl"];