Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure Windows Activation Server (WAS) in Windows XP to host WCF services?

Tags:

c#

asp.net

wcf

was

How do I configure Windows Activation Server(WAS) in Windows XP to host WCF services ?

like image 570
user1573747 Avatar asked Aug 07 '12 15:08

user1573747


People also ask

What is the need for the activation of hosting of a WCF service?

WCF uses the listener adapter interface to communicate activation requests that are received over the non-HTTP protocols supported by WCF, such as TCP, named pipes, and Message Queuing.

What are 3 basic WCF configurations required for hosting a WCF service?

There are three types of hosting environments for WCF services: IIS, WAS, and self-hosting. The term “self-hosting” refers to any application that provides its own code to initialize the hosting environment. This includes console, Windows Forms, WPF, and managed Windows services.

How do I enable Windows Process Activation Service?

Click Start, click Administrative Tools and then Server Manager. In the left navigation pane, right-click Features, and then click Add Features. On the Select Features pane, scroll down to Windows Process Activation Service. Select the check boxes for Process Model.


1 Answers

WAS was introduced in version 6.0 of Windows, or Server 2008 and Windows Vista.

Unfortunately it is not available for Windows XP or Server 2003. You'll need to upgrade your operating system to one that supports IIS 7.0. It is not available as a separate component.

like image 177
vcsjones Avatar answered Sep 30 '22 00:09

vcsjones