I am trying to wire up dependency injection with Windsor to standard asp.net web forms. I think I have achieved this using a HttpModule and a CustomAttribute (code shown bel
Rather than doing it like this, you could also use a type resolver directly with something like:
ILogger Logger = ResolveType.Of();