Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / membership

Membership

membership

Great Reads

by Sajid Qayyum
Describes authentication management using cookies
by ASP.NET Community
When working with an ASP.NET site that requires some sort of user authentication (almost every time, I'd say), we often need to establish our own
by ASP.NET Community
If you use the asp.net membership providers, having visual studio keep this sql database file around for deployment can sometimes be convenient.
by Rick Bassham
How to add extra security to your MVC web application, using two factor authentication.

Latest Articles

by Sajid Qayyum
Describes authentication management using cookies
by ASP.NET Community
When working with an ASP.NET site that requires some sort of user authentication (almost every time, I'd say), we often need to establish our own
by ASP.NET Community
If you use the asp.net membership providers, having visual studio keep this sql database file around for deployment can sometimes be convenient.
by Rick Bassham
How to add extra security to your MVC web application, using two factor authentication.

All Articles

Sort by Score

membership 

by ASP.NET Community
When working with an ASP.NET site that requires some sort of user authentication (almost every time, I'd say), we often need to establish our own
by ASP.NET Community
If you use the asp.net membership providers, having visual studio keep this sql database file around for deployment can sometimes be convenient.
by Rick Bassham
How to add extra security to your MVC web application, using two factor authentication.
by ASP.NET Community
"ASP.NET Membership builds on the success of the Forms authentication model from ASP.NET 1.x. ASP.NET Forms authentication provides a convenient way
by ASP.NET Community
Here are a few good tutorial articles that provide a good conceptual overview of how the new membership and role management system works. Check out
by TheCodeKing
Everything you ever wanted to know about why SimpleMembershipProvider does not work as a MembershipProvider.
by adriancs
Integrate Google OAuth 2.0 with ASP.NET in C# for seamless user authentication