Hi there,
In an attempt to optimize code in an IndexBuilderExtender, I wanted to preload some data and store it in HttpContext.Current.Items so I have it available for subsequent calls to ExtendDocument. However, HttpContext.Current is null (and so is the Dynamicweb context). Just curious why that is. Is it running on a separate thread?
Imar