What is the benefit of hosting WCF service in WAS?
If we Host WCF in WAS then we do not need to install IIS completely. Is this really a big advantage of hosting in WAS?开发者_StackOverflow社区
One benefit is that you could use binary bindings such as netTcpBinding
.
精彩评论