0

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!

user3587624
  • 1,427
  • 5
  • 29
  • 60

1 Answers1

0

Is there any logging mechanism enabled for WCF service ?

Check whether service is in use.

If logging is happening at Service level and if it is not being reflected in your tool, then there would be some configuration issues.

MV Sreedhar
  • 339
  • 2
  • 7