Author: yonik
Date: 2007-01-18 09:03:48 -0500 (Thu, 18 Jan 2007)
New Revision: 71261

Modified:
   
branches/mainsoft/gh20preview2/mcs/class/Mainsoft.Web/Mainsoft.Web.AspnetConfig/aspnetconfig/Default.aspx.cs
Log:
Changed the message that appears when roles are not enabled.

Modified: 
branches/mainsoft/gh20preview2/mcs/class/Mainsoft.Web/Mainsoft.Web.AspnetConfig/aspnetconfig/Default.aspx.cs
===================================================================
--- 
branches/mainsoft/gh20preview2/mcs/class/Mainsoft.Web/Mainsoft.Web.AspnetConfig/aspnetconfig/Default.aspx.cs
        2007-01-18 14:03:40 UTC (rev 71260)
+++ 
branches/mainsoft/gh20preview2/mcs/class/Mainsoft.Web/Mainsoft.Web.AspnetConfig/aspnetconfig/Default.aspx.cs
        2007-01-18 14:03:48 UTC (rev 71261)
@@ -63,7 +63,7 @@
                                        return "Existing roles :" + 
list.Length.ToString ();
                                }
                                else
-                                       return @"In order to use the Web Site 
Administration Tool, the roleManger key must be enabled. To enable roleManager, 
please modify your Web.config file as follows: <br />
+                                       return @"In order to create or manage 
roles, the roleManger key must be enabled. To enable roleManager, please modify 
your Web.config file as follows: <br />
                                                        &nbsp; 
&lt;configuration 
xmlns=""http://schemas.microsoft.com/.NetConfiguration/v2.0""&gt; <br />
                                                        &nbsp;&nbsp;    
&lt;system.web&gt; <br />
                                                        &nbsp;&nbsp;&nbsp;      
&lt;roleManager enabled=""true"" /&gt; <br />

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to