Mega Code Archive

 
Categories / ASP.Net Tutorial / Authentication Authorization
 

Membership provider settings in the machine config file

<membership>    <providers>       <add name="AspNetSqlMembershipProvider"        type="System.Web.Security.SqlMembershipProvider, System.Web,Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"        connectionStringName="LocalSqlServer"        enablePasswordRetrieval="false"        enablePasswordReset="true"        requiresQuestionAndAnswer="true"        applicationName="/"        requiresUniqueEmail="false"        passwordFormat="Hashed"        maxInvalidPasswordAttempts="5"        passwordAttemptWindow="10"        passwordStrengthRegularExpression="" />    </providers> </membership>