Hi, I am using MVC with forms authentication and i need authentication bypass for one of my controllers, is it possible to bypass authentication for Cotroller(s)/Action(s). I have been through http://stackoverflow.com/questions/1816625/asp-net-mvc-forms-authentication-and-unauthenticated-controller-actions , but i dont want to restrict any action for a user/role , i want to allow it anonymously.
Can anyone help in this regard.