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