vote up 0 vote down star

Hello,


Q1

A) Is there a way to create membership database ( using aspnet_regsql tool ) where each user could have several email addresses specified ( instead of just one ) during registration process?


B) Is there also a way to somehow "inform" Security wizard in WAT to include new input fields ( where additional email addresses would be entered ) when creating new user account?


thanx

flag

63% accept rate

1 Answer

vote up 1 vote down check

I think Profiles will solve your problem. Here's a blog post from ScottGu on implementing membership with profiles.

link|flag
I assume we can't tell aspnet_regsql tool to create additional columns for additional email addresses? – SourceC May 5 at 19:00
1  
That is true but using profile fields you don't have to. – Jeremy May 5 at 23:54
thank you very much – SourceC May 6 at 19:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.