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)
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)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suraj SahooPosted Jan 12, 2015, 5:09 AM
You can check the above article and gain some information on the query.
Thanks