was
what is the global.asax Application_Start equivalent when using WAS in IIS7
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[详细]
2022-12-23 05:23 分类:问答what is the diffence between WAS and IIS?
Is WAS distinc开发者_开发百科t from IIS? How is WAS better than IIS?In case you mean Windows Activation Service:[详细]
2022-12-23 03:39 分类:问答WAS Non-HTTP activation - hooking application startup
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[详细]
2022-12-22 19:05 分类:问答Is there a difference between WAS and AppFabric
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[详细]
2022-12-22 13:28 分类:问答Alternative to HttpContext when using NInject with a WCF Service Hosted in WAS using MSMQ binding
I have a one way WCF service using the MSMQ Binding which is activated using Windows Activation Service in IIS 7.0.[详细]
2022-12-15 22:24 分类:问答singleton pattern in Windows Activation Service
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[详细]
2022-12-13 14:29 分类:问答IIS WCF service hosting vs Windows Service
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.[详细]
2022-12-08 04:29 分类:问答