Reputation: 5625
I have just installed Remote Tools for Visual Studio 2013 on my production server and can attach a debugger to it from my development machine without any problems. Great feature to have, but what I can't figure out how to do is attach a profiler to the production machine via the Performance and Diagnostics screen in VS2013. Is there a way to do this?
P.S. - I know that JetBrains DotTrace offers remote profiling, but am specifically looking to see if VS offers this functionality built in.
Upvotes: 4
Views: 2575
Reputation: 1506
Nope, (sadly) VS 2013 is able to debug remote applications but not to profile them.
I answered to a similar question with more details here.
Upvotes: 1
Reputation: 246
We currently support remote profiling of Windows Store Applications. Is this the kind of remote profiling you were looking for?
Upvotes: 0