Closed jsupriyanto closed 10 years ago
jsupriyanto as workaround I realized the call the following class "Microsoft.AspNet.Identity.EntityFramework.IdentityUser" in place of the current "AspnetIdentitySample.Models.MyUser".
I think the idea is that you inherit from IdentityUser with your own User class.
Thank you for submitting the pull requests jsupriyanto. I have merged them into the sample
CS0234: The type or namespace name 'MyUser' does not exist in the namespace 'AspnetIdentitySample.Models' (are you missing an assembly reference?)public class _Page_Views_UsersAdmin_Index_cshtml : System.Web.Mvc.WebViewPage<IEnumerable> {