Membership and asp.net MVC

Posted by Jemes on Stack Overflow See other posts from Stack Overflow or by Jemes
Published on 2010-04-06T09:53:54Z Indexed on 2010/04/06 12:23 UTC
Read the original article Hit count: 236

I’m building a site that needs users created with different roles and permissions to access different areas of the site.

I using mvc 2 but I can’t find much clear guidance on using the Membership tool with mvc to create accounts and roles etc.

I tried the web configuration tool which works but I would like to administrate the site remotely.

I used the aspnet_regsql tool so I can access the SqlMembershipProvider Schema in my Database.

I also need to add more information to a user like profile info and a picture, would I add these to the membership tables or create separate tables for this?

Any advice or help would be really helpful?

Thanks

Jemes

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about asp.net-membership