Authentication Authorization ASP.Net Tutorial

File: Web.Config

  
    
    
      
                  name="MyMembership"
          type="System.Web.Security.SqlMembershipProvider"
          connectionStringName="LocalSqlServer"
          passwordFormat="Clear"
          enablePasswordRetrieval="true"
          />