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.

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top