Hii,
I am new to asp.net. My Team Leader told me use membership provider for security purpose.
Can anybody tells me that what is it and how to use it using on sample programme? Thanks in advance.
Hii,
I am new to asp.net. My Team Leader told me use membership provider for security purpose.
Can anybody tells me that what is it and how to use it using on sample programme? Thanks in advance.
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.
Satyapriya NayakPosted Feb 21, 2013, 3:29 AM
http://revenmerchantservices.com/page/ASpnet-20-step-by-step-Membership-Provider-.aspx
http://www.c-sharpcorner.com/uploadfile/abhikumarvatsa/membership-provider-and-role-manager/default.aspx
http://www.codeproject.com/Articles/165159/Custom-Membership-Providers
http://odetocode.com/articles/427.aspx
http://www.4guysfromrolla.com/articles/120705-1.aspx
Upamanyu Roy ChoudhuryPosted Feb 21, 2013, 2:50 AM
Membership feature provides secure credential storage for application users. It also provides a membership API that simplifies the task of validating user credentials when used with forms authentication. Membership providers abstract the underlying store used to maintain user credentials. ASP.NET 2.0 includes the following providers:
With the pluggable membership architecture, you can also add support for your own user stores. For example, you can add support for other Lightweight Directory Access Protocol (LDAP) directories or other existing corporate identity stores. To do so, you create a custom provider that uses the MembershipProvider abstract class.
The following URL shows clearly how to use it in asp.net. Please have a look to get the concept and code
http://msdn.microsoft.com/en-us/library/ff648345.aspx
Also have a look at the following link
http://msdn.microsoft.com/en-us/library/yh26yfzy(v=vs.100).aspx