How do I access HttpContext.Current in Task.Factory.StartNew?

bruceelephant

New Member
I want to access HttpContext.Current in my asp.net application within \[code\]Task.Factory.Start(() =>{ //HttpContext.Current is null here});\[/code\]How can I fix this error?
 
Top