I am trying to use Miniprofiler with our local dev environment.
It works when the flow looks like this:
MVC -> WCF -> EF6
But when we have our architecture that looks like this:
MVC -> Consumer WCF -> System WCF -> Management WCF -> EF6
It doesn’t work at all (= no profiling data). I have installed all the required Nuget packages and followed this guide: https://stackoverflow.com/a/8209972
Any suggestion what might be wrong?