In ASP.NET MVC 3, I can enable AuthorizeAttribute inside Global.asax RegisterGlobalFilters, and this applies to all controller actions. But how can I exclude some controller actions so that these actions can be called without user registration?
EDIT:
Sorry, additional question, if I add authorization in the class, how can I exclude one action?
source share