Question

I'm pretty new to MVC and looking for an MVC3/Razor web project template that uses a custom membership provider (or custom authentication whatsoever).

I want the project to contain a SQL database, that has a simple User/Role/UserRole scheme, and the user table contains a UserId, Username and Password fields (preferable encrypted), and some login functionality that works thru it.

Any direct link or guidance on how to do it the short way will be highly appreciated.

Was it helpful?

Solution

When I had to do this I started with Asp.Net MVC Membership Starter Kit. Good luck!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top