How do I link ASP.NET membership/role users to tables in db?
Posted
by SnapConfig.com
on Stack Overflow
See other posts from Stack Overflow
or by SnapConfig.com
Published on 2010-02-28T23:00:29Z
Indexed on
2010/04/04
5:53 UTC
Read the original article
Hit count: 273
I am going to use forms authentication but I want to be able to link the asp.net users to some tables in the db for example
If I have a class and students (as roles) I'll have a class students table.
I'm planning to put in a Users table containing a simple int userid and ASP.NET username in there and put userid wherever I want to link the users.
Does that sound good? any other options of modeling this? it does sound a bit convoluted?
© Stack Overflow or respective owner