Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save takahirohonda/9f4802bfe4caf5130f653e46f94b7eb3 to your computer and use it in GitHub Desktop.
Save takahirohonda/9f4802bfe4caf5130f653e46f94b7eb3 to your computer and use it in GitHub Desktop.
di-lifetime-management-sitecore.web.config
<system.webServer>
<modules runAllManagedModulesForAllRequests="true">
<remove name="WebDAVModule" />
<add type="Sitecore.DependencyInjection.SitecorePerRequestScopeModule,
Sitecore.Kernel" name="SitecorePerRequestScopeModule" />
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment