I have a WebAPI project running on local machine that is calling server side codes via remote proxy (local machine) on service layer. The profiler was able to trace the hotspot but up to service layer only and the hotspot is all pointing to methods calling server side methods.
How can I let the profiler trace the bottlenecks in server side codes?
Things to note:
1. Controller and service layer = .Net4.5
2. Server Side = .Net 3.5
3. Remote Proxy is using local web service.
Things I did
1. Profile the whole project
2. Profile the web service
3. Run the remote agent locally