I have a static class with a static get property, and in this property, I do this:
// property body { // HttpContext.Current is NOT null ... Par
It does not work, because inside the foreach, a new thread is created, so the context is null. Even creating a method DoSomething to set the curren context, the context is still null.