all groups > asp.net security > may 2007 >
You're in the

asp.net security

group:

Profiles & Membership



Profiles & Membership A_Republican
5/25/2007 11:12:01 AM
asp.net security: I have a CreateUserWizard object on my page with some additional fields:
First Name, Last Name, etc, etc.

I store all these additional fields in a profile for the user. The problem
is if I use Membership.DeleteUser(...) it will delete the user from the User
table, but it will not remove their profile. I'm not sure why this is
happening. Could someone explain what I'm doing wrong?


--
Best Regards,
Shaun

Liberalism is treason!
Re: Profiles Reecio
7/2/2007 3:25:26 AM
Have you tried:
Membership.DeleteUser(..., True)?

AddThis Social Bookmark Button