Skip to content

Instantly share code, notes, and snippets.

@chrsin
Created April 24, 2019 08:21
Show Gist options
  • Save chrsin/76b165025730df333f84cd9ac38d01c9 to your computer and use it in GitHub Desktop.
Save chrsin/76b165025730df333f84cd9ac38d01c9 to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<initialize>
<processor type="MyWebsite.WebApiSetup, MyWebsite" patch:after="processor[@type='Sitecore.Pipelines.Loader.EnsureAnonymousUsers, Sitecore.Kernel']" />
</initialize>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment