I have custom membership and role provider (C#) in my .net 4 (webform based) web application.
I am moving my web app to MVC 3.
How do I migrate or implement my custom providers in MVC 3?
Any tutorial or pointers will be appreciated.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can migrate them quite easily. A default MVC application makes the same Membership provider calls. Just load the project they are compiled in (or import that class files if you dont want the whole project) and point your web.config at them.