I\'ve ran into a rather hairy problem. There is probably a simple solution to this but I can\'t find it!
I have a custom HttpHandler that I want to process a request
Not possible, at least not directly. IHttpHandler objects are instantiated by the ASP.NET runtime and it doesn't allow Windsor to get involved in its creation. You can either: