We have already 2 hostings IIS and self hosting.
there is another hosting ie WAS Hosting.
What is the use of the WAS(Windows activation Service)
compared to other hostings.

Answer Posted / pradeeprajasekharan

Windows Process Activation Server (WAS) supports the
communication protocols such as HTTP, TCP, Named Pipes and
MSMQ while IIS supports only HTTP. WAS is available with
Windows Server 2008 only. If the server is Server 2008 then
the better option to deploy WCF service is through WAS. If
the deployment server is Server 2003, the only possible way
to deploy the application with protocols other than HTTP is
using self hosting (using a Windows Application or a Windows
Service and if for a demo purpose can use Console
application also). So WAS is a gift with Vista and Server
2008.

Is This Answer Correct ?    23 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the core components of wcf service?

524


Tell me what is three major points in wcf? : Wcf data services

484


Why to use wcf?

541


What is REST and what is the problem with WCF REST and how it can be resolved?

556


What is the usage of datacontracts in wcf?

532






What are the attributes of Message Contract in WCF?

564


What tool client can use to generate the proxy of WCF?

523


explain what is the difference wcf and web services? : Wcf data services

529


Define data contracts?

527


Explain the various message exchange patterns?

514


What is the request-reply mode in wcf?

571


What is data contract equivalence?

557


Can you explain how end points, contract, address and bindings are done in wcf?

537


What do you understand by the term impersonation?

567


What are WCF contracts?

580