What is the main advantage of WAS?(Windows activation service)
When it is used?
Answer Posted / pradeeprajasekharan
Windows Process Activation Server (WAS) is a new server
available with Vista and Windows Server 2008. The new server
is capable of deploying WCF applications which is driven
through different communication protocols such as TCP, Named
Pipes, MSMQ etc together with HTTP. IIS can host WCF
services that communicates only using HTTP while WAS
supports all of the above given protocols. So for an
application that communicates internally using TCP can be
deployed in HTTP by adding a few changes in the
configuration. So the same applicaiton communicates with TCP
and HTTP under a host.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
what is a Service Proxy in windows Communication Foundation?
What is the difference between wcf and web services?
In wcf which bindings supports the reliable session?
Which are the different isolation levels in wcf?
what is DataContractSerializer?
what are the MEPs available in WCF?
What is datacontractserializer and how its different from xmlserializer?
Could the iis-hosted wcf service make use of http transport security if the iis virtual derectory that contains the service does not support it?
Plz any one send the sharepoint interview question @ mossdev123@gmail.com
What is ConcurrencyMode in WCF?
Which bindings in wcf support the message streaming?
Mention the address syntax and the different formats of WCF transport scheme?
What are the duplex contracts in wcf?
Explain how does WCF works?
What are the advantages of wcf?