How to profile WCF service running in IIS express
navneetduggal
Posts: 2
I have WCF service running as http://localhost:8001
my WPF client application hits the service locally, How can I profile this service.
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.