Click here to Skip to main content
15,892,517 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am doing a project for college, i had added validation on my form, when i open this form and i click log out button on that page it shows validation error messages and wont let me log out. please suggest me
Posted

1 solution

public ActionResult Logout()
{
FormsAuth.SignOut();
return RedirectToAction("Index", "Home");
}



Have you tried this ?
 
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