PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework .NET Service question

Reply

.NET Service question

 
Thread Tools Rate Thread
Old 07-03-2006, 01:52 PM   #1
fangorn.mail@gmail.com
Guest
 
Posts: n/a
Default .NET Service question


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?

  Reply With Quote
Old 07-03-2006, 02:33 PM   #2
Chris Tacke, MVP
Guest
 
Posts: n/a
Default Re: .NET Service question

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

-Chris


<fangorn.mail@gmail.com> wrote in message
news:1141739561.752306.128520@i39g2000cwa.googlegroups.com...
> 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?
>



  Reply With Quote
Old 07-03-2006, 02:35 PM   #3
Brian Nantz
Guest
 
Posts: n/a
Default Re: .NET Service question

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.

fangorn.mail@gmail.com wrote:
> 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?
>

  Reply With Quote
Old 07-03-2006, 03:28 PM   #4
fangorn.mail@gmail.com
Guest
 
Posts: n/a
Default Re: .NET Service question

Thanks, sorry about the incorrect post.

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off