tags:

views:

54

answers:

2

Hi,

Is any Idea how can we host WCF service to windows service????

+2  A: 

Yes. Follow the documentation.

Seriouosly. The term is "self hosting wcf"

First item in google for me points to.

https://uat-server-ca.tools.intranet.db.com/download/3241471

Titel: How to: Host a WCF Service in a Managed Application

Has code samples, btw.

TomTom
A: 

I got My answer

here is what I want:

http://www.codeproject.com/KB/WCF/WCFMultipleHosting.aspx

BreakHead