简体   繁体   English

Windows服务/ Web服务

[英]windows Service / Web Service

I've a application here that should automatically deploy the web service on local server(not in IIS). 我这里有一个应用程序,该应用程序应将Web服务自动部署在本地服务器(而不是IIS)中。 It is ok with running like windows service. 可以像Windows服务一样运行。 Has any one help with Idea?? 对Idea有任何帮助吗?

you can use Windows Communication Foundation (WCF) and host it on windows service 您可以使用Windows Communication Foundation (WCF)并将其托管在Windows服务上

check this out. 检查出。

or you can use Web Services Enhancements for Microsoft .NET Framework (WSE) to host normal asp.net web service on windows service or console application. 或者,您可以使用Microsoft .NET Framework (WSE) Web服务增强功能在Windows服务或控制台应用程序上托管常规的asp.net Web服务。

check this out. 检查出。

Ones you have created one of above project you need to create setup project to install windows service project . 您已经创建了上述项目之一,需要创建安装项目才能安装Windows Service项目

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM