CreateUserWizard change password length
-
Hi, i want to change the default values form an CreateUserWizard, ich want to change the password length and the RegExp... in asp.net 3.5 This dosent work :-( configuration system.web membership defaultprovider="AppMembershipProvider" providers> add name="AppMembershipProvider" applicationname="MeinApp" connectionstringname="membershipConnectionString" requiresquestionandanswer="false" requiresuniqueemail="false" minrequirednonalphanumericcharacters="0" minrequiredpasswordlength="3" type="System.Web.Security.SqlMembershipProvider" providers system.web configuration == Warning 3 The element 'system.web' has invalid child element 'providers'. List of possible elements expected: 'anonymousIdentification, authentication, authorization, browserCaps, clientTarget, compilation, customErrors, deployment, deviceFilters, globalization, healthMonitoring, hostingEnvironment, httpCookies, httpHandlers, httpModules, httpRuntime, identity, machineKey, membership, mobileControls, pages, processModel, profile, roleManager, securityPolicy, sessionPageState, sessionState, siteMap, trace, trust, urlMappings, webControls, webParts, webServices, xhtmlConformance, caching'. C:\Dokumente und Einstellungen\Benny\Eigene Dateien\Visual Studio 2008\Projects\xxx\xxx\Web.config 35 10 THANX!!!