1

I got the source code from here

http://weblogs.asp.net/scottgu/archive/2006/04/13/442772.aspx

is it compatible with latest ASP.net MVC 3?

AppDeveloper
  • 927
  • 11
  • 21

1 Answers1

0

The default ASP.Net MVC (including versions 1, 2 and 3) site templates can use Membership Providers including SQLMembershipProvider.

Configuration is via the same methods for standard ASP.Net applications.

JTew
  • 3,149
  • 3
  • 31
  • 39