Windows Communication Foundation: Steroids for your Enterprise Service-Oriented Architecture (Part II)
page 5 of 6
by Tom Fuller
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 28166/ 32

WCF Hosting Options

The hosting options for WCF services are based on the activation model that you want your services to use. You can use the self-hosted approach, or you can host your service in IIS. If you elect to use the self-hosted approach, you have to manually activate the service. If you decide to host the service in IIS, it will be automatically activated the first time it is called.

Self-Hosted vs. IIS-Hosted

Services can be hosted using any number of .NET 2.0 code execution types. A service can be hosted within a console, a Windows forms, or a Windows service application. In these types of hosts, the code to activate and run the service has to be written within your own custom code. This is what classifies this approach as self-hosted. One advantage you have when self-hosting your WCF service is that you have more control as you are explicitly launching the host when you want to. Another advantage is that you have the flexibility to use transports other than HTTP with service development today.

The more popular option for hosting services is within IIS. IIS gives you automatic activation of your WCF service code. There are also a number of other benefits to using IIS for hosting service code. You will get periodic app domain recycling which helps with the stability of the service. IIS also recognizes changes in configuration files; these changes will trigger another app domain refresh, which will pick up those changes. IIS-hosted services can also be tested easily through a standard Web browser.

One point of clarification is that self-hosted services are the only way to use any transports other than HTTP. This is true today but will be remedied in the future. As soon as Windows Activation Services (WAS) is made available as part of the operating system, other transports will be available for invoking IIS hosted-services. The plan, as I understand it, is to deliver WAS with IIS 7 and Windows Vista.


View Entire Article

User Comments

Title: out of date article   
Name: Rocky
Date: 2008-02-07 3:40:37 AM
Comment:
Please update the article it is now out of date
Title: Great Work!   
Name: Jani
Date: 2005-11-29 3:23:59 PM
Comment:
Very good article. Clarified a lot of confusions on SOA and WCF.

Keep up the good work.

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-26 10:37:36 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search