How to register exception filter globally? Technology Community › Category: ASP.NET Web API › How to register exception filter globally? 0 Vote Up Vote Down VietMX Staff asked 4 years ago It is possible to register exception filter globally using following code: GlobalConfiguration.Configuration.Filters.Add(new MyTestCustomerStore.NotImplExceptionFilterAttribute());