Another possible solution:
var MyReader = new System.Configuration.AppSettingsReader();string keyvalue = MyReader.GetValue("keyalue",typeof(string)).ToString();
Another possible solution:
var MyReader = new System.Configuration.AppSettingsReader();string keyvalue = MyReader.GetValue("keyalue",typeof(string)).ToString();