Re: ASP.NET 2.0 Membership problem

From: Brock Allen (ballen_at_NOSPAMdevelop.com)
Date: 04/27/05


Date: Wed, 27 Apr 2005 10:04:24 -0700

You're the second person to ask this today :)

By default they have enabled stronger password validation:

http://msdn.microsoft.com/netframework/downloads/updates/fw20readme.aspx

Check out section "3.1.5 ASP.NET Membership Enforces Password Strength Requirements"

-Brock
DevelopMentor
http://staff.develop.com/ballen

> I am trying to create an application using ASP.NET 2.0 which takes
> advantage of the new Membership features (I am using Visual Web
> Developer Beta 2). I created a default database on SQL Server 2000
> using aspnet_regsql -W on my machine. After following the setup
> instructions, I am unable to create a new user. I keep getting the
> "Please enter a different password." error on the Create User screen
> (ASP.NET Web site admin tool). I have tried numerous types of
> passwords, but nothing seems to work. Does anyone have any ideas?
>