I am trying to install a C # Windows service project using a VisualStudio.Net deployment project.
To start the deployment project, right-click and select “install” from the context menu, the installation wizard will start and eventually offer me the “Install Login Service” dialog box, which asks for a username and password.
When I install the service using the sc utility from the command line, I do not need to provide credentials.
Do I need to create a login only for this service? I would prefer to use the “Local System” or “Network Service” (not sure what the difference is), as other services do.
c # install windows-services
Keith Feb 12 2018-10-12 15:55
source share