In plain vanilla Web Forms, you can wire up a custom PageHandlerFactory that injects dependencies, as documented
here among other places. I can't get this to work in my Kentico 6 site, which isn't surprising. I'm guessing that Kentico subverts the usual pipeline, so my custom PageHandlerFactory is never invoked.
Does anyone have a technique to inject dependencies into page templates and other custom Controls for Kentico?