Lately,all our services were switched from basicHttpBinding
to net.tcp
. Our services hosted in IIS. The problem is that with this change we lost our IIS logging abilities.
We aware about WCF Tracing
,but our system utilities works, meanwhile, with IIS
Logging only.
Is there some way to enable IIS logging of WCF net.tcp services?
Thank you.