Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. private static string GetAppSetting(string key)
  2. {
  3.     return WebConfigurationManager.AppSettings[key];
  4. }