I\'ve never used the \"appSettings\" before. How do you configure this in C# to use with a SqlConnection, this is what I use for the \"ConnectionStrings\"
SqlCon
you should use []
var x = ConfigurationManager.AppSettings["APIKey"];