1
Answer

Forms Authentication with SQL Server and membership

Boguda Boguda

Boguda Boguda

10y
862
1


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)