I have 2 global action filters in my MVC 4 application, that I've registered in Filter.config file using RegisterGlobalFilters. I need them to be executed in a particular order.
I know how to specify order for Controller specific filters but how do I specify order and scope for my global filters? is it in the order in which they are registered?