I\'m trying to do some testing with castle windsor involved, in one of my tests I want to check the windsor installers, so I check that the container can resolve my components given its interface.
I am injecting HttpContextBase into a caching class. HttpContextBase is registered as PerWebRequest. I interact with the caching class on each web request and this works fine, but I also need to initi
I\'m registering some components related to Linq2Sql using PerWebRequest lifestyle.I see them get created, but they get destroyed before my global\'s Application_EndRequest method gets called.Is that