What's New?
- The project has been upgraded to Visual Studio 2010 and ASP.Net MVC 2.
- MvcMembership.dll now works in partial trust.
What is the Asp.Net MVC Membership Starter Kit?
The starter kit currently consists of two things:
- A sample website containing the controllers, models, and views needed to administer users & roles.
- A library that provides testable interfaces for administering users & roles and concrete implementations of those interfaces that wrap the built-in Asp.Net Membership & Roles providers.
Out of the box, the starter kit gives you the following features:
- List of Users
- List of Roles
- User Account Info
- Change Email Address
- Change a User's Roles
Some screenshots of the UI are available on my blog. While that blog post announced an older version of the project, the screenshots still accurately reflect the current version.
Screenshots:http://www.squaredroot.com/2009/08/07/mvcmembership-release-1-0/
Source Code Has Moved!
For installation instructions and other information about how to use the starter kit, please visit our GitHub page:
Source Code & Instructions on GitHub:http://github.com/TroyGoode/MembershipStarterKit