Reputation: 367
every body knows working with Membership , Roles and Profiles are common in most of ASP.NET project.
I am looking for a simple project to do this activity with UI for end users. like "add user" , "add role" , "assign user to roles" and so on.
It's better be solution in MVC[3].
any idea?
Upvotes: 3
Views: 2556
Reputation: 626
here is another good one:
SecurityGuard
SecurityGuard is a complete ASP.NET MVC 3 and now MVC 4 beta application installable via NuGet. If you need a complete way to manage your ASP.NET Membership system for your MVC application, this is the NuGet package to use.
Upvotes: 1
Reputation: 4686
I came across this post by Brady Gaster a while ago which may well suit your needs - implements a custom membership provider in ASP.NET MVC 3.
http://www.bradygaster.com/custom-authentication-with-mvc-3.0
Upvotes: 2