1
Reply

In MVC 5 how to form authentication works

ajay sharma

ajay sharma

Dec 28 2017 6:33 AM
97

this is code in web.config MVC5 application

<authentication mode="Forms">
   <forms loginUrl="~/Account/Login" timeout="2880"></forms> 
</authentication>

I am not getting which method it will call either GET Method or POST Method? I am also not getting control over debugger.


Answers (1)