简体   繁体   English

是否需要服务用户帐户才能将 ASP.NET 核心应用程序部署为 Windows 服务?

[英]Is it necessary to have a Service User Account to deploy an ASP.NET Core Application as a Windows Service?

I have been developing custom API services and hosting them on a windows server as windows services;我一直在开发自定义 API 服务并将它们作为 windows 服务托管在 windows 服务器上; of course, it's reached a point where the work has become tedious and redundant not to mention very buggy and insecure.当然,它已经到了工作变得乏味和多余的地步,更不用说非常错误和不安全了。 So now am exploring ways of leveraging the advantages of ASP.NET Core while still deploying them as windows services.因此,现在正在探索利用 ASP.NET 内核的优势同时仍将它们部署为 windows 服务的方法。 What I can't understand is the purpose of setting up Service User Accounts is it necessary?我无法理解的是设置服务用户帐户的目的是否有必要? What is the importance of this?这有什么重要性? Can I skip the User Account step and just deploy them manually without the need for a User Account?我可以跳过用户帐户步骤并手动部署它们而不需要用户帐户吗?

The documentation in question is here有问题的文档在这里

I got an answer from AspNetCore.Docs Github Repository我从AspNetCore.Docs Github Repository得到了答案

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

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