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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top