Hi all,
I'm new with WCF and I've deployed a web site with IIS7 that have 2 .svc files. On each svc files, there a service with some methods available through the interface.
What I would like is to know how many times each method is called and who calls each method. I would like if possible to have my custom monitoring then I can for example store this values in a DB, but without logging in the services.
Do you know how I can do that ?
Thanks in advance for your help.