I have a controller and I would like to require Authorization for all actions by default except a couple. So in the example below all actions should require authentication e
Use a custom filter as described in Securing your ASP.NET MVC 3 Application.