Ask a Question related to ASP.NET Security, Design and Development.
-
Joe Gilkey #1
ASP.NET 2.0 Membership problem
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?
--
Joe Gilkey
Principal Programmer / Analyst
NAPCO Security Group / Continental Instruments
Joe Gilkey Guest
-
Free Gym Membership
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P> Free membership to all</P>... -
Membership site
I have just started to do dynamic Sites. I have completed a tutorial for a Record Store that taught me how to use templates to create a PHP site for... -
Getting Group Membership
Hi, I'm trying to do something that I think should be pretty easy, take the user who is authenticated with the application (intranet application/... -
Does FSA membership bring in clients? (& other Q's)
Hi all I've been very fortunate that for most of my 4 1/2 years of FMPro consulting, I've had one sizeable ongoing gig that has kept me with... -
Membership of group
Hi All, I know that exist "innetgr" function in C, to test the membership of an user to a netgroup. I would like to know if a similar... -
Brock Allen #2
Re: ASP.NET 2.0 Membership problem
You're the second person to ask this today :)
By default they have enabled stronger password validation:
[url]http://msdn.microsoft.com/netframework/downloads/updates/fw20readme.aspx[/url]
Check out section "3.1.5 ASP.NET Membership Enforces Password Strength Requirements"
-Brock
DevelopMentor
[url]http://staff.develop.com/ballen[/url]
> 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?
>
Brock Allen Guest
-
Joe Gilkey #3
Re: ASP.NET 2.0 Membership problem
Brock Allen wrote:
Thanks for the help, just one question, what are the possible values> You're the second person to ask this today :)
>
> By default they have enabled stronger password validation:
>
> [url]http://msdn.microsoft.com/netframework/downloads/updates/fw20readme.as[/url]
> px
>
> Check out section "3.1.5 ASP.NET Membership Enforces Password
> Strength Requirements"
>
> -Brock
> DevelopMentor
> [url]http://staff.develop.com/ballen[/url]
>
>
>> > 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?
> >
for "passwordStrengthRegularExpression"?
--
Joe Gilkey
Principal Programmer / Analyst
NAPCO Security Group / Continental Instruments
Joe Gilkey Guest
-
Brock Allen #4
Re: ASP.NET 2.0 Membership problem
> Thanks for the help, just one question, what are the possible values
Well, since it's not documented yet I can't say with certainty, but I can> for "passwordStrengthRegularExpression"?
make an educated guess. It's the regular expression that password must match
to be accepted as a password for the membership provider.
-Brock
DevelopMentor
[url]http://staff.develop.com/ballen[/url]
Brock Allen Guest



Reply With Quote

