Tag Archive for "membership framework" tag

Using two Membership Providers for ASP.NET logins

March 20th, 2008 by stevi | 17 comments

I quite like the Microsoft Membership Framework for handling membership roles, authentication, and security resources in ASP.NET applications. It’s easy to create the initial user login and management framework for a new application, then swap in a more sophisticated Provider as needed. For my current project, we have a new requirement to allow logins against [...]