简体   繁体   English

如何使用Topshelf将asp.net Core 2.1 MVC应用程序部署为Windows服务

[英]How to deploy asp.net core 2.1 MVC application as windows service using topshelf

I want to deploy an asp.net core 2.1 MVC application as a window service using top shelf. 我想使用顶架将asp.net核心2.1 MVC应用程序部署为窗口服务。 Is it possible? 可能吗? If yes please share how. 如果是,请分享如何。 Not able to find anything good on web regarding .net core + mvc with topshelf. 无法在网上找到有关带有topshelf的.net core + mvc的任何内容。

Any help would be appreciated. 任何帮助,将不胜感激。

There isn't really a need for Topshelf to run dotnet core applications as Windows Service. Topshelf实际上并不需要将dotnet核心应用程序作为Windows Service运行。

Dotnet core offers different hosting models. Dotnet核心提供了不同的托管模式。

Help link 帮助链接

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

相关问题 无法将 ASP.NET Core 2.1 Angular 应用程序部署到 Azure - Unable to Deploy ASP.NET Core 2.1 Angular Application To Azure ASP.Net Core 2.1 应用程序在作为 Windows 服务运行时找不到 appsettings.json - ASP.Net Core 2.1 application cannot find appsettings.json when ran as a Windows service 如何在asp.net core 2.1中部署secrets.json - How to Deploy secrets.json in asp.net core 2.1 是否需要服务用户帐户才能将 ASP.NET 核心应用程序部署为 Windows 服务? - Is it necessary to have a Service User Account to deploy an ASP.NET Core Application as a Windows Service? 将ASP.Net OWIN引入现有的TopShelf Windows服务 - Introducing ASP.Net OWIN to an existing TopShelf Windows Service 如何在ASP.Net Core MVC 2.1中集成Outlook - How to integrate Outlook in ASP.Net Core MVC 2.1 使用 ADFS 授权对 ASP.NET Core 2.1 应用程序的请求 - Authorize requests to ASP.NET Core 2.1 application using ADFS 如何在ASP.NET Core 2.1应用程序中注册类型化HttpClient - How to register a Typed HttpClient in a ASP.NET Core 2.1 application 如何将 ASP.NET 核心 web 应用程序部署到 ZAEA23489CE3AA9B6406EBB28E0CDA4016 上的 IIS 应用程序 - How to deploy ASP.NET core web application to IIS on Windows Server 2016 将WCF服务添加到ASP.NET Core MVC应用程序 - Add WCF service to ASP.NET Core MVC application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM