New tests.
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / ProfileSection.cs
index 2369adc88a8610aa105c0ae3a24ecbf4b46cd2dd..ef4597b69503cc47550970fb7d363bb178a07059 100644 (file)
@@ -50,7 +50,7 @@ namespace System.Web.Configuration
                {
                        automaticSaveEnabledProp = new ConfigurationProperty ("automaticSaveEnabled", typeof (bool), true);
                        defaultProviderProp = new ConfigurationProperty ("defaultProvider", typeof (string),
-                                                                        "AspnetSqlProfileProvider");
+                                                                        "AspNetSqlProfileProvider");
                        enabledProp = new ConfigurationProperty ("enabled", typeof (bool), true);
                        inheritsProp = new ConfigurationProperty ("inherits", typeof (string), "");
                        propertySettingsProp = new ConfigurationProperty ("properties", typeof (RootProfilePropertySettingsCollection));