How do you implement forms authentication in mvc?
Answer / Kamlesh
In MVC, Forms Authentication can be implemented using the Membership and Role providers. You need to configure it in the Web.config file.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between mvc and hmvc?
What is @html in mvc?
What is the difference between webforms and mvc?
What are the filters?
What are child actions in mvc?
Mention what does model-view-controller represent in an mvc application?
Why we need "Areas" in MVC?
Mention what are main benefits of using mvc?
What does model-view-controller represent in an mvc application?
What is validation in mvc?
Is razor a mvc?
What is routing? What are the three segments for routing is important?