How is the out of the box (new mvc3 app) user/login managed with MVC3? Is this info validated and stored within a local SQL-CE db store?
Either way I need to figure out if I can keep this store and validate against a white list table of valid users or if I should use my own model with username/email/name/pwd/salt attributes, etc,.
shayska
Member
116 Points
114 Posts
Explanation behind MVC3 login user store?
Oct 03, 2011 07:23 PM|LINK
a_shimoon
Member
258 Points
68 Posts
Re: Explanation behind MVC3 login user store?
Oct 03, 2011 07:44 PM|LINK
Take a look at ASP.NET Membership provider model.