I need to catch all the responses of the app. How can I do it?
With regards to the incoming requests, I can work with the HttpModule
, but I need the responses.
I could create the filters, but this will also require me to assign the filter attribute to each new controller and this is what I want to avoid.
Is there another way to do it?