How to profile WCF service running in IIS express

navneetduggalnavneetduggal Posts: 2
edited March 27, 2017 11:52AM in ANTS Performance Profiler 9
I have WCF service running as http://localhost:8001
my WPF client application hits the service locally, How can I profile this service.

Comments

  • You'll want to make sure to profile your service on the original port to make sure that the client application can still reach it on that same port.

    To do this: in the profiler session settings, under the URL you've entered, there is an option to "Show server options". If you click on this, you can select the option to start the service on the original port.

    Have you visited our Help Centre?
Sign In or Register to comment.