Problem migrating membershipProvider functionality from mvc1 to mvc2
Posted
by Jericho
on Stack Overflow
See other posts from Stack Overflow
or by Jericho
Published on 2010-06-02T00:59:07Z
Indexed on
2010/06/02
1:03 UTC
Read the original article
Hit count: 194
asp.net-mvc-2
I am migrating a web app in mvc1 to mvc2. When it came down to migrating my MembershipProvider authentication I keep getting errors that MembershipProvider and MembershipCreateStatus type cannot be found. I do have the reference to System.Web which to my understanding includes the Security reference, but when I examine the the object, those types do not appear. I am just getting familiar with mvc2, if anyone has any input on this it would be extremely appreciated.
© Stack Overflow or respective owner