cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Application Pool to COM+ correlation

Alexandre.Mechain
Adventurer

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

1 REPLY 1

Raunak.Mohanty
AppDynamics Team (Retired)

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



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.