Explain the different ways to host wcf service?



Explain the different ways to host wcf service?..

Answer / Ashutosh Upadhyay

There are several ways to host a WCF service, including self-hosting (where you create and manage your own service host), IIS hosting (where the ASP.NET runtime hosts the service), Windows Activation Service Host (WAS) hosting (a lightweight process for hosting services in Windows Vista, Server 2008, and later versions), and Console Application hosting.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

What are different bindings supported by wcf?

1 Answers  


What is overloading in wcf?

1 Answers  


What is callback mode in wcf?

1 Answers  


Describe the various endpoints in wcf?

1 Answers  


How to deal with operation overloading while exposing the wcf services?

1 Answers  


Explain use of Endpoints in WCF Service?

1 Answers  


How to generate proxy for WCF Services?

1 Answers  


How do you choose the hosting for wcf internet service?

1 Answers  


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.

3 Answers   TCS,


What is "per session" instance mode in wcf?

1 Answers  


tell me what is proxy and how to generate proxy for wcf services? : Wcf data services

1 Answers  


What MEPs is supported by WCF?

1 Answers  


Categories