Is there any way using Castle Windor to constuct a HttpHandler in .net so that I can inject dependencies into it?
I realise this is a pretty sparse question, but I'm not sure what else to add. I have an implementation of IHttpHandler
and I want to be able to inject dependencies into it, but I can't see how to get the IoC container to take over the instantiation of the handler, as it's done by the application on request.