Skip to content

Instantly share code, notes, and snippets.

@ankitvijay
Created September 20, 2017 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankitvijay/5bab96c40a2a2f33c34d2ac97cb3254f to your computer and use it in GitHub Desktop.
Save ankitvijay/5bab96c40a2a2f33c34d2ac97cb3254f to your computer and use it in GitHub Desktop.
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