Authentication Authorization ASP.Net Tutorial

The following web configuration file configures the SqlMembershipProvider to store passwords in plain text.
File: Web.Config

    
      
      
        
                      name="MyProvider"
            type="System.Web.Security.SqlMembershipProvider"
            passwordFormat="Clear"
            connectionStringName="LocalSqlServer"/>