How do I use Entity Framework 4.1 with MVC 3 Login

wenSnoxyImmen

New Member
I am building my first EF 4.1 code first application in mvc3. How do I incorporate the mvc3 login with my EF4.1 classes?or maybe the question should be, how do I build the same login functionality into my EF4.1 classes?My EF classes will contain user information, which is what I want to use for the login.any suggestions are appretiated.
 
Top