suggestions for Membership in ASP.NET MVC application
Posted
by
mare
on Stack Overflow
See other posts from Stack Overflow
or by mare
Published on 2010-09-13T13:57:54Z
Indexed on
2011/01/13
0:53 UTC
Read the original article
Hit count: 554
With this question I am mostly looking for answers from people that have implemented the out-of-the-box ASP.NET membership in their own database - I've set up the tables inside my database and as far as I can see they contain mostly what I need but not everything. I will have the notion of a Firm (Company) to which Users will belong so I will have to associate the aspnet_Users with my Firms table (each user will be a member of exactly one firm).
If possible, provide some guidelines how did you do it and what I might run into if I have to modify the table design at some point in the future. Preferably I will be using the default Membership provider.
I am having trouble to decide whether to go from scratch or use what ASP.NET already offers.
© Stack Overflow or respective owner