SourceC
SourceC

Reputation: 3929

Could aspnet_regsql.exe be used to create DB capable of storing several email addresses


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

Upvotes: 0

Views: 253

Answers (1)

Jeremy
Jeremy

Reputation: 6670

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

Upvotes: 1

Related Questions