adspace


Explain the different ways to host wcf service?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different elements of wcf srevices client configuration file?

906