Is any Idea how can we host WCF service to windows se开发者_如何转开发rvice????
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.
I got My answer
here is what I want:
http://www.codeproject.com/KB/WCF/WCFMultipleHosting.aspx
MSDN has examples for Self Hosting in a managed Windows (NT) Service as well as Self Hosting in a Managed Application.
精彩评论