I need a final answer to the following question! 🙂
I was wondering if you can enable Health Monitoring for WCF Web services. I’m hosting a number of services in IIS and configured it to send the team email notification when any exceptions are thrown. I feel that Health Monitoring does not work with WCF Services and that I have to configure WCF Tracing http://msdn.microsoft.com/en-us/library/ms733025.aspx
Thank you
I tried it before too, but all solutions looked too complex.
I ended up just do it manually.
First setup a custom WebEvent. Eg:
Next use it like:
Finally, modify the web.config:
Note: this assumes you have health-monitoring turned on.