ASP.NETにはヘルスモニタリングという素晴らしい機能があります。 system.web/healthMonitoring
セクションで定義されると、ログ/解析するための非常に便利なWebイベントが生成されます。 ASP.NET互換モードを使用せず、IIS7/WASでホストされているWCFサービスに似た手段がありますか?
Update: What i've found out is that enabling system.web/healthMonitoring in WCF service's web.config allows to get some of web events: System.Web.HttpRuntime, 1002, "Application is shutting down. Reason: Configuration changed.". No heartbeats and others. I don't understand how that works if ASP.NET is not involved in the process but that's the fact.