Hi,
Has anyone done a custom correlation between an IIS applicaiton pool and a .Net COM+ component?
The applicaiton pool calls a local COM+ component using System.Runtime.InvokeMember.
I instrumented successfuly both sides (appPool and Com+), however I don't know now how to make the link between both components.
Any help is appreciated.
Alex
Hi Alex,
It is definitely not possible OOTB. We most likley need a Custom Correlation Config at upstream(IIS) to inject the correlation header which will be read by C++ SDK component instrumenting the downstream COM+ component. T
Again the possibility of creating this Custom Correlation config depends whether we have a placeholder available which can be used to inject the correlation header. In case any placeholder does not exist, we will have to make some code changes to introduce such property
Thanks,
Raunak