[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.caching

what permissions does a windows service need to execute another process? System.Diagnostics.Process process = System.Diagnostics.Process.Start(info); just local administrator? any specific permitions?

Daniel

4/12/2006 10:47:00 PM

what permissions does a windows service need to execute another process?
System.Diagnostics.Process process = System.Diagnostics.Process.Start(info);
just local administrator? any specific permitions?


1 Answer

John Fullmer

4/27/2006 4:52:00 PM

0

Generally just run as System and you should be ok. Make sure if you
are deploying using an installer to set the default security there.
Makes life much, much easier.

- John Fullmer