How do you implement forms authentication in mvc?
Answer Posted / Kamlesh
In MVC, Forms Authentication can be implemented using the Membership and Role providers. You need to configure it in the Web.config file.
Post New Answer View All Answers
What is latest mvc version?
1