Attribute not recognized 'MinRequiredPasswordLength'

P

Pedro Mir

I have a problem and I don't know why it occurs?

I have this, and I get
Attribute not recognized 'MinRequiredPasswordLength'

Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.42



Thanks in advance,





<membership defaultProvider="SqlProvider" userIsOnlineTimeWindow="15">

<providers>

<clear />

<add

name="SqlProvider"

type="System.Web.Security.SqlMembershipProvider"

applicationName="/"

MinRequiredPasswordLength="5"

MinRequiredNonAlphanumericCharacters="0"

connectionStringName="local"

enablePasswordRetrieval="false"

enablePasswordReset="true"

requiresQuestionAndAnswer="true"

requiresUniqueEmail="true"

passwordFormat="Clear"

maxInvalidPasswordAttempts="5"

passwordAttemptWindow="10"


/>

</providers>

</membership>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,166
Latest member
DollyBff32
Top