Membership Login in Asp.net C#
I am not understanding to use and write code for Login using MemberShip Class, what type of table used and how implement with sql server database.
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.
Abhay ShankerPosted Jan 12, 2014, 1:07 AM
http://msdn.microsoft.com/en-us/library/system.web.security.membership(v=vs.110).aspx
http://msdn.microsoft.com/en-us/library/ff648345.aspx
http://msdn.microsoft.com/en-us/library/ff649314.aspx
http://msdn.microsoft.com/en-us/library/system.web.security.sqlmembershipprovider(v=vs.110).aspx
http://www.asp.net/web-forms/tutorials/security/membership/creating-the-membership-schema-in-sql-server-cs
http://msdn.microsoft.com/en-us/library/aa478949.aspx
Sanjay KumarPosted Jan 11, 2014, 7:28 AM
http://www.codeproject.com/Articles/342061/Understanding-ASP-NET-Roles-and-Membership-A-Begin
Sunny SharmaPosted Jan 11, 2014, 6:06 AM
Follow the instructions here:
http://www.codeproject.com/Articles/281573/ASP-NET-Membership-and-Role-Provider
HTH :)