ASP.NET Membership Provider with custom Profile - how to access all user's profile

  • Thread starter Thread starter Dave Miyamasu
  • Start date Start date
D

Dave Miyamasu

I am creating a ASP.NET 2.0 application using the ASP.NET Membership
Provider.

I want to access the Profile information of the other user's in the
Membership database. Not just the membership info (username,email,
lastLoginDate, etc), but also the customer profile info that I have
declared in the web.config in the <profile> section (first name, last
name, phone #, etc)

Does anyone have any articles with sample code that I can use to get
an idea of how to implement this into my current architecture? The
app is built on Windows Service Factory from MS P&P.

Thank!
-Dave
 
Back
Top