WCF: Hosting WCF in Windows Service
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.
上一篇: mongo 3.4分片集群系列之七:配置数据库管理
下一篇: 学生党果然值得羡慕啊
推荐阅读
-
wcf入门教程分享(windows通讯接口学习)
-
wcf入门教程分享(windows通讯接口学习)
-
WCF: Hosting WCF in Windows Service
-
web service && WCF 学习小结
-
Web Service vs WCF vs WCF REST vs Web API
-
How to create RESTful WCF Service
-
JQuyer $.post 与 $.ajax 访问WCF ajax service 时的问题需要注意的地方_jquery
-
How to create RESTful WCF Service
-
Web Service vs WCF vs WCF REST vs Web API
-
web service && WCF 学习小结