Re: Accessing membership UserId programmatically?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



re:
Juan, that's right but I guess I was wondering more about consequences.

None, whatsoever.

The caveat you got earlier was about changing the schema for existing fields,
not towards adding more fields. That's perfectly doable without consequences.

In fact, you can replace the whole database *and* membership provider with custom ones.

See :
http://www.devx.com/asp/Article/29256
and
http://weblogs.asp.net/scottgu/archive/2006/02/24/ASP.NET-2.0-Membership_2C00_-Roles_2C00_-Forms-Authentication_2C00_-and-Security-Resources-.aspx


The complete source code to the Membership provider, and all providers, is at:
http://weblogs.asp.net/scottgu/archive/2006/04/13/Source-Code-for-the-Built_2D00_in-ASP.NET-2.0-Providers-Now-Available-for-Download.aspx

Modify it to taste...

Finally, everything you could possibly want to know
about Providers is found in Jeff Prosise's MSDN article :

http://msdn2.microsoft.com/en-us/asp.net/aa336558.aspx






Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"perplexed" <johnc@xxxxxxxxxxxxx> wrote in message
news:1169955664.270160.56110@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


On Jan 27, 6:22 pm, "Juan T. Llibre" <nomailrepl...@xxxxxxxxxxx>
wrote:
Add a column to the database and display that.

Juan, that's right but I guess I was wondering more about
consequences. It's probably a shot in the dark. It's only testing
right now so no big deal if something breaks.



.



Relevant Pages

  • Re: Active Directory Membership Provider Configuration Error
    ... Funny what a simple reboot will take care of. ... I am using the AD Membership provider for my web app. ... attributes to my schema according tohttp://blogs.msdn.com/dansellers/archive/2005/11/09/491152.aspx ...
    (microsoft.public.dotnet.security)
  • Active Directory Membership Provider Configuration Error
    ... I am using the AD Membership provider for my web app. ... attributes to my schema according to http://blogs.msdn.com/dansellers/archive/2005/11/09/491152.aspx ... When I attmept to use the password recovery control, ...
    (microsoft.public.dotnet.security)