Custom Membership in ASP.NET MVC 2
- by Interfector
Hello,
I'm trying to make my Custom Membership starting from ASP.NET's.
I have a users table created by me which has as Primary Key a Guid UserId, exactly the sames as ASP.NET's default user and membership table. I have all the Foreign Key relationships built. However, I cannot insert the user into my custom users table. The data gets inserted…