1AppSettingsReader asr = new AppSettingsReader(); 2 3string something = asr.GetValue("webconfigkey", Type.GetType("System.String")).ToString();