Hi,
I have a service written in c# that I need to run as a "Network
Service". I am using a setup project to install the service.
If I install the service in User's Personal Folder, I get the following
error:
"Could not start the <servicenameser vice on Local Computer. Error 5:
Access is denied."
If I install the service in ProgramFiles folder, I get the following
error:
"The <servicenameser vice on Local Computer started and then stopped.
Some services stop automatically if they have no work to do"
The service runs fine under the "Local System" account.
I have a service written in c# that I need to run as a "Network
Service". I am using a setup project to install the service.
If I install the service in User's Personal Folder, I get the following
error:
"Could not start the <servicenameser vice on Local Computer. Error 5:
Access is denied."
If I install the service in ProgramFiles folder, I get the following
error:
"The <servicenameser vice on Local Computer started and then stopped.
Some services stop automatically if they have no work to do"
The service runs fine under the "Local System" account.
Comment