Spring.NET & Immediacy CMS (or how to inject to server side controls without using PageHandlerFactor
- by Simon Rice
Is there any way to inject dependencies into an Immediacy CMS control using Spring.NET, ideally without having to use to ContextRegistry when initialising the control?
Update, with my own answer
The issue here is that Immediacy already has a handler defined in web.config that deals with all aspx pages, & so it's not possible add an entry for…