I haven't been able to find any successful guidelines to capture data from a WCF service hosted in IIS through Fiddler.
I have a WCF service in production that is deployed in the following URL: http://localhost:88/MyService.svc
Obviously, if I open Fiddler on the server machine and wait until a user hits my service, nothing happens so at this point I am not sure how to capture the traffic here...
Any ideas? Thanks!