J
Jeff
Hey
asp.net 2.0
at work we are about to start on a new project. Creating a website. My
mananger has created the database. The database has a table holding user
information (not that standard ASP.NET membership table). This table holds
fields like, email, private email, contact, contact email. etc...
I know that this information also can be stored in the Membership tables as
well, think the table is named ASPNET_User or ASPNET_Profile? For the
Membership tables we can customize it's content using web.config (specify in
web.config the extra fields we wants)
I'm not sure what is best practice here. Stick with a traditional table or
using the Membership tables instead.
Any thoughts around this? any pitfalls I can encouter or functionality I
will miss by sticking to a traditonal table instead of using the Membership
tables?
My manager wants me to provide him with feedback on the database design, so
that's why I'm thinking about this scenario
Have a good day
asp.net 2.0
at work we are about to start on a new project. Creating a website. My
mananger has created the database. The database has a table holding user
information (not that standard ASP.NET membership table). This table holds
fields like, email, private email, contact, contact email. etc...
I know that this information also can be stored in the Membership tables as
well, think the table is named ASPNET_User or ASPNET_Profile? For the
Membership tables we can customize it's content using web.config (specify in
web.config the extra fields we wants)
I'm not sure what is best practice here. Stick with a traditional table or
using the Membership tables instead.
Any thoughts around this? any pitfalls I can encouter or functionality I
will miss by sticking to a traditonal table instead of using the Membership
tables?
My manager wants me to provide him with feedback on the database design, so
that's why I'm thinking about this scenario
Have a good day