2010-06-30 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web / HttpContext.cs
index da8b0d7fec176b32b9f33b11f12cdfd887572b6f..53d09165b075d947d55839ce54ce7840ae3aa8d5 100644 (file)
@@ -416,7 +416,7 @@ namespace System.Web
                        errors = null;
                }
 
-               [Obsolete ("use WebConfigurationManager.GetWebApplicationSection")]
+               [Obsolete ("The recommended alternative is System.Web.Configuration.WebConfigurationManager.GetWebApplicationSection in System.Web.dll. http://go.microsoft.com/fwlink/?linkid=14202")]
                public static object GetAppConfig (string name)
                {
                        object o = ConfigurationSettings.GetConfig (name);
@@ -424,7 +424,7 @@ namespace System.Web
                        return o;
                }
 
-               [Obsolete ("see GetSection")]
+               [Obsolete ("The recommended alternative is System.Web.HttpContext.GetSection in System.Web.dll. http://go.microsoft.com/fwlink/?linkid=14202")]
                public object GetConfig (string name)
                {
                        return GetSection (name);