码迷,mamicode.com
首页 > Windows程序 > 详细

WCF: Hosting WCF in Windows Service

时间:2017-06-14 02:22:06      阅读:259      评论:0      收藏:0      [点我收藏+]

标签:close   .config   open   images   uil   技术分享   img   logs   instant   

1. Create a windows service project

技术分享

 

2. Add Reference to the assembly which contains the contract and its implementation.

3. Remove the Service1.cs, add a new Windows Service class and name it to CalculatorWindowsService

技术分享

4. Override OnStart and OnStop method in WindowsServiceHost class

  a. instantiate ServiceHost and open it in Onstart

  b. Close the ServiceHost in Onstop

 技术分享

5. Create a Installer class to allow the exe to be installed as windows service

技术分享

技术分享

6. Instantiate a CalculatorWindowsService in the Program Main method.

技术分享

 

7. Edit App.config and add configuration info for the service

技术分享

 

8. Build Project and execute installutil.exe /i WindowsServiceHost.exe to install the service.

9. Open services.msc and start the service.

技术分享

 

WCF: Hosting WCF in Windows Service

标签:close   .config   open   images   uil   技术分享   img   logs   instant   

原文地址:http://www.cnblogs.com/ATually/p/7004356.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!