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
What are the core components of wcf service?
Tell me what is three major points in wcf? : Wcf data services
Why to use wcf?
What is REST and what is the problem with WCF REST and how it can be resolved?
What is the usage of datacontracts in wcf?
What are the attributes of Message Contract in WCF?
What tool client can use to generate the proxy of WCF?
explain what is the difference wcf and web services? : Wcf data services
Define data contracts?
Explain the various message exchange patterns?
What is the request-reply mode in wcf?
What is data contract equivalence?
Can you explain how end points, contract, address and bindings are done in wcf?
What do you understand by the term impersonation?
What are WCF contracts?