ASP.NET 2.0 Membership problem

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. Free Gym Membership
      <HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P> Free membership to all</P>...
    2. 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...
    3. 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/...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default Re: ASP.NET 2.0 Membership problem

    Brock Allen wrote:
    > 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?
    > >
    Thanks for the help, just one question, what are the possible values
    for "passwordStrengthRegularExpression"?

    --
    Joe Gilkey
    Principal Programmer / Analyst
    NAPCO Security Group / Continental Instruments
    Joe Gilkey Guest

  5. #4

    Default Re: ASP.NET 2.0 Membership problem

    > Thanks for the help, just one question, what are the possible values
    > for "passwordStrengthRegularExpression"?
    Well, since it's not documented yet I can't say with certainty, but I can
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139