Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近,我们所有的服务都从 切换basicHttpBinding到net.tcp。我们的服务托管在 IIS 中。问题是,随着这种变化,我们失去了 IIS 日志记录能力。
basicHttpBinding
net.tcp
我们知道WCF Tracing,但我们的系统实用程序同时仅与IISLogging 一起工作。
WCF Tracing
IIS
是否有某种方法可以启用 WCF net.tcp 服务的 IIS 日志记录?
谢谢你。
它不会像基本的http绑定那样向前发展,但它似乎是“可以完成的” - 看看这个帖子:
http://blogs.msdn.com/b/james_osbornes_blog/archive/2010/12/07/hosting-in-iis-using-nettcpbinding.aspx
或者
http://social.msdn.microsoft.com/Forums/vstudio/en-US/6db46819-e511-4ec2-9c3f-b09deaaedf79/logging-nettcpbinding-requests-in-the-iis-log