Creating a Custom Membership Provider



I'm referring to this Microsoft article in regards to creating a custom
membership provider:
http://msdn2.microsoft.com/en-us/library/ms366730(d=ide).aspx

I'm in the process of creating my own membership provider and just want to
make sure I get everything set up correctly with regards to the custom data
I need to store on each user. In this article, the membership provider is
inherited and all the methods are recreated to work with the custom
provider. Is that all really nessessary? I have my membership provider set
up and everything works (as far as logging in, etc.). Why not just add all
your custom fields to the existing aspnet_membership table?

Also in the above article, the only difference as far as fields in the table
are 2 new fields; isSubscriber (boolean) and CustomerID (string). So to me
it looks like it is intended that a 3rd table will be created to store user
information (in addition to aspnet_membership and aspnet_users) and the
CustomerID is a Foreign Key for this table. If that is the case why is the
field isSubscriber not stored in the new Customer table rather than the
aspnet_membership table?

Any information in addition to this one article about setting up custom
Membership would be helpful.

Thanks,
Ryan


.



Relevant Pages

  • RE: Membership Provider Woes
    ... how do I actually store the custom information? ... Doens't the membership provider set a forms auth cookie for me ... Is there any way to intercept the data from the Membership provider? ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: SecurityIdentifier not marked as serializable
    ... Thanks, I know that posting, I first started writing my own custom ... Membership provider using the code you linked to. ... Microsoft has sharpened the security policies a little and made the ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: record full duplex voice communication
    ... it is custom made for us. ... Regards ... rather use simple api;s to record an ongoing voice call. ... >> does the mixing of the uplink and downlink streams, ...
    (microsoft.public.win32.programmer.mmedia)
  • Re: CustomXMLSecurityToken sample
    ... Regards ... In this particular example, the custom handler is ... This allows developers to slap the HttpHandler configuration ... > I am trying out the CustomXMLSecurityToken sample (installs with the ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: Date Time Picker custom format property ?
    ... Set Custom to 3 - dtpCustom and CustomFormat to h:mm to display time ... Regards Ron de Bruin ... >> Regards Ron de Bruin ... >>> Walt Weber ...
    (microsoft.public.excel.programming)