How do I setup a Membership Provider in my existing database using ASP.NET MVC?
Posted
by Singson
on Stack Overflow
See other posts from Stack Overflow
or by Singson
Published on 2009-07-13T20:06:18Z
Indexed on
2010/04/28
14:13 UTC
Read the original article
Hit count: 245
For some reason, the idea of setting up Membership in ASP.NET MVC seems really confusing.
Can anyone provide some clear steps to setup the requisite tables, controllers, classes, etc needed to have a working Membership provider?
I know that the Demo that MVC ships with has an Accounts controller. However, should I be using this in my own project? What do I need to get my existing database ready if so? If not, how do I learn what I need to do to implement a membership provider?
© Stack Overflow or respective owner