ASP.NET MVC3 User/Role Management Production Page

Avalanche

Pendleton - Learn It, Live It, Know It
Joined
Feb 24, 2008
Messages
4,548
So I've been scouring through my app to figure out how to implement a User Management page and Role Management page in the production version of the site because I know that the out-of-the-box WSAT pages are not available outside the development environment. I've been searching this for the last few weeks, and I've come across some examples of how to implement it in plain old ASP.NET, but I want to see if I can code this using MVC3. Anyone have any ideas?
 
If you're still stuck with this...

The MVC3 web application project template comes with logon, registration and password requests already set up! :eek:

As for roles, Take a look at the Roles class (also everything you need is in the System.Web.Security namespace). That and the template above should help you get going.
 
Back
Top