Remote trace WCF application on IIS
I've been playing around with settings for a while now and can't get anything useful.
I have a WCF service running on IIS. I have the Remote Agent running as admin as well.
The service is running over HTTPS.
Given this set up, can dotTrace give me useful methods and timings etc? Basically, what I need to figure out why some methods are running slowly?
It's the first time I've really tried using it to solve a real problem and it's not as IJFK as I hoped it would be.
Please sign in to leave a comment.
Hi David,
Please sorry for the delay with answer. In your case you need to start profiling of IIS as it is described in our documentation (https://www.jetbrains.com/help/profiler/2016.2/Profiling_Guidelines__IIS.html ) and then send a request to the WCF service. You can do this both with or without the Remote Agent.