3

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?

AmirHossein
  • 367
  • 1
  • 8
  • 25

2 Answers2

2

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

Luke Baughan
  • 4,658
  • 3
  • 31
  • 54
1

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.

Jalali Shakib
  • 616
  • 8
  • 17