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

Which standard binding could be used for a service that was designed to replace an existing asmx web service?

420


What is service proxy in wcf?

494


Name the namespace that is used to access WCF service?

545


What is the use of the was(windows activation service) compared to other hosting?

422


How do we customize data contract names for generics types?

530






Can you define more than one endpoints in a service model?

463


How to set the timeout property for the wcf service client call?

491


What are the types of Data Contracts in WCF?

481


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?

435


What is proxy and how to generate proxy for wcf services?

499


WCF:What is it the Net.TCP Port Sharing? How can we use it?

3204


What is a soa service?

520


What do you understand by the terminology soa?

468


Define message contracts?

500


What is service and client in perspective of data communication?

566