Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The Membership Provider in ASP.NET is very handy and extensible. It's simple to use the "off the shelf" features like Active Directory, SQL Server, and OpenLDAP. The main advantage is the ability to not reinvent the wheel. If your needs are more nuanced than that you can build your own provider by extending overriding the methods that the ASP.NET controls use.</p> <p>I am building my own Custom Membership Provider for an e-commerce website. Below are some resources for more information on Membership Providers. I asked myself the same questions when I start that project.</p> <p>These resources were useful to me for my decision:</p> <ul> <li><a href="http://www.devx.com/asp/Article/29256" rel="nofollow noreferrer">Writing a Custom Membership Provider</a> - DevX</li> <li><a href="http://www.asp.net/learn/videos/video-189.aspx" rel="nofollow noreferrer">How do I create a Customer Membership Provider</a> - ASP.NET, Microsoft</li> <li><a href="http://msdn.microsoft.com/en-us/library/f1kyba5e.aspx" rel="nofollow noreferrer">Implementing a Membership Provider</a> - MSDN</li> <li><a href="http://aspnet.4guysfromrolla.com/articles/120705-1.aspx" rel="nofollow noreferrer">Examining ASP.NET 2.0's Membership, Roles, and Profile</a> - 4GuysFromRolla</li> <li><a href="http://davidhayden.com/blog/dave/archive/2007/10/11/CreateCustomMembershipProviderASPNETWebsiteSecurity.aspx" rel="nofollow noreferrer">Create Custom Membership Provider for ASP.NET Website Security</a> - David Hayden</li> <li><a href="http://channel9.msdn.com/posts/trobbins/Setting-up-a-Custom-Membership-Provider/" rel="nofollow noreferrer">Setting up a Custom Membership Provider</a> - Channel 9</li> </ul> <p>I personally don't think there is a need to use something other than the builtin stuff unless you either want to abuse yourself or your needs are impossible to satisfy by the builtin functionality.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload