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.