profiling WCF services with visual studio profiler

Posted by ashish.s on Stack Overflow See other posts from Stack Overflow or by ashish.s
Published on 2010-03-26T17:52:38Z Indexed on 2010/05/18 18:10 UTC
Read the original article Hit count: 670

Filed under:
|

I am trying to profile a WCF service using visual studio profiler. So i created a profile by choosing asp.net application, and gave it the url of the web service. When i launch the session, it launches a web page to the site.

I then run my unit test using another visual studio client, but the test always fails with with communication exception, and the process that performance analyze is attached to exits out.

if i run the test again, it attached the process again, but the tests still fails with communication exception.

This is throwing my report off since its only accounting for the startup work that the application is supposed to do.

can someone point out what i am doing wrong ?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about visual-studio-2008