'RequestTraceIdentifier is an empty GUID

HttpWorkerRequest workerRequest =(HttpWorkerRequest)((IServiceProvider)HttpContext.Current) .GetService(typeof(HttpWorkerRequest));

But

workerRequest.RequestTraceIdentifier is always null



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source