AmirHossein
AmirHossein

Reputation: 367

ASP.NET MVC project for management Membership , Role and Profile

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

Answers (2)

Jalali Shakib
Jalali Shakib

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

Luke Baughan
Luke Baughan

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

Related Questions