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? : XML SOAP
This is a discussion on 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? within the XML SOAP forums in Framework and Interface Programming category; 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?...
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| System.Diagnostics.Process process = System.Diagnostics.Process.Start(info); just local administrator? any specific permitions? |
|
#2
| |||
| |||
| I am not sure what the precise permission set it. That it runs on XP and not on Win2003 could certainly be a permissionset issue, but if you (an authenticated domain user?) have a different permission set on an XP domain-joined machine vs a Win2003 domain-joined machine within the same domain - and are therefore seeing this stuff while developing your app - that's just hokey and your domain admin should fix that. If you are planning on running your app as an NT Service, you should not be running in a Local Admin context anyway. You want to run in LOCAL SERVICE or NETWORK SERVICE, depending on what the service does. Don't elevate your process's priv's to admin just to make it work. "Daniel" <softwareengineer98037@yahoo.com> wrote in message news:%23$SVDLoXGHA.3656@TK2MSFTNGP05.phx.gbl... > 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? > > |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| System.Diagnostics.Process.Start async callback? | usenet | CSharp | 2 | 09-04-2007 11:32 AM |
| Invoking System.Diagnostics.Process Start and changing the parent process | usenet | CSharp | 2 | 08-30-2007 08:11 PM |
| System.Diagnostics.Process.Start fails on windows server 2003 | usenet | XML SOAP | 0 | 04-12-2006 02:33 PM |
| Using System.Diagnostics.Process object to execute program causes | usenet | DOTNET | 0 | 01-12-2005 12:11 PM |
All times are GMT -5. The time now is 08:57 AM.


