I\'d like to use the netTcpBinding for my WCF application which is currently hosted in IIS7, which means configuring it to use WAS instead. This is fairly straight forward however, my application prev
Is WAS distinc开发者_开发百科t from IIS? How is WAS better than IIS?In case you mean Windows Activation Service:
I\'m trying to integrate a netTcpBinding based application that is hosted inside WAS with an IoC container (autofac/spring).Unfortunately, when it starts inside WAS and due 开发者_如何学JAVAto the fac
I understand that AppFabric has both caching capabilities along with hosting WCF/WF services. I have seen Windows Activation Service used interchangeably with AppFabric when talking about hosting serv
I have a one way WCF service using the MSMQ Binding which is activated using Windows Activation Service in IIS 7.0.
I have a few WCF services that are currently being self hosted, in a very basic NT Service.I want to expand my application to add provisioning of WCF Services, and updates, as well as isolation (I wan
We developed a WCF service and we\'re looking to deploy it. Our clients will be using it with basicHttpBinding but our internal team will be using it with namedPipesBinding.