Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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.

What I have tried:

i tried to find some article or anything but didn't got success. Thanks in advance.
Posted
Updated 28-Dec-17 21:54pm

1 solution

Take a look at my series of articles on MVC 5 here: ASP.NET MVC 5: Building Your First Web Application - Part 1[^]

It includes forms authentication and authorization.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900