What is the main advantage of WAS?(Windows activation service)
When it is used?

Answers were Sorted based on User's Feedback



What is the main advantage of WAS?(Windows activation service) When it is used?..

Answer / 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

What is the main advantage of WAS?(Windows activation service) When it is used?..

Answer / sudhir sheoran

1) It Supports all type of transmission modes e.g
http, tcp, namedpipe
2) Windows services are managed by service control manager
so these are controlled by o.s beacause after hosting
they behave like windows services.
3) the life time of WAS will be the life time of windows
services i.e from start of machine to shutdown.

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More WCF Interview Questions

What is the "address" property of endpoint in wcf?

1 Answers  


what is overloading in WCF?how to do autentication in WCF.

1 Answers   BirlaSoft, Logica CMG,


What is wcf and wpf in dotnet?

1 Answers  


explain what are the main components of wcf? : Wcf data services

1 Answers  


What are tha advantages of hosting wcf service in was?

1 Answers  


What is the main advantage of was?

1 Answers  


What is difference between wpf and wcf?

1 Answers  


What is "singleton" instance mode in wcf?

1 Answers  


What is wcf federated ws binding type?

1 Answers  


What is address header in wcf?

1 Answers  


What is message contract in wcf?

1 Answers  


WCF:What types of the operation contract parameters could be streamed?

3 Answers   Logica CMG,


Categories