jeudi 28 décembre 2017

In MVC 5 how to form authentication works

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.




Aucun commentaire:

Enregistrer un commentaire