.NET Service question

F

fangorn.mail

I've written a .NET service and installed it on a machine here at work.
Even though I set it to run under LocalSystem account, only my account
can actually start the service. I've got it set to manual start right
now. When another user logs on with their account and changes the code
and attempts to start the service with his changes, he is denied
access. Any ideas?
 
C

Chris Tacke, MVP

You might try the full framework group. This is the CF group and we don't
have managed services.

-Chris
 
B

Brian Nantz

This probably is not the right newsgroup for this. My first thought is
that you are access a file or direcotry or some resource that your have
access to when you are logged in and the other user does not have access
to. Find the needed permissions and create a user that has those
rights. Have the service run as that user.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top