I can’t seem to find an example where someone added an interceptor via web.config – is this possible?
And yes I know about event listeners and will be using them on another project – but I wanted to see if I could get around having to inject the interceptor in code – thank you
I don’t think it’s supported but you can easily fetch and instantiate interceptors from a custom config section:
web.config: