Code Access Security: grant ServiceController permission to a .Net

G

Guest

I have a .NET application (.exe) that I want to run under a Windows XP
'Limited' account (i.e. non administrator)
I want this application to be able to control (Start/Stop) a Windows Service
So:
How do I give my app the permission to be a ServiceController?
and
How do I configure this at install-time (e.g. by issuing CasPol commands)?
 

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