Good day guys,
I am a newbie so forgive me. After consistent struggling and grey hairs, I have decided to finally ask the experts themselves for help.
In short, the Profiles Database is not updating as it should.
Background:
I am using the standard ASP.Net membership controls for user authentication but have run into some design issues. At the moment, I have been forced to create effectively three pages to get this thing to work properly - A CreateUserWizard page(s) with a CreateUserWizardStep and a CompleteWizardStep and then a seperate aspx page with my custom profile user control on it. I am using the Users table to update the user login details (I have not changed the code to do this, it is still automatic when I dragged and dropped the ASP:CreateUserWizard control onto the page). Then, once the user is created, I am storing the values of the additional data in the Profiles database. I understand this is not the best idea but it avoids me writing too much ...
Go to the complete details ...