Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Windsor Container Lifestyle Override
var conatiner = new WindsorContainer();
container.Kernel.ComponentModelBuilder.AddContributor(new PerWebRequestLifestyleOverrider());
// Rest of your code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment