1
Answer

Forms Authentication with SQL Server and membership


I create web application(asp.net) with Forms Authentication with SQL Server in database  I create tblUsers with columns: id, username, password and memberof,

which is the best way to implement membership(memberof)

Answers (1)