Re: trying to run executable on server



On Apr 17, 11:46 pm, "Kevin O'Brien" <kevin...@xxxxxxx> wrote:
Hey guys,

I am trying to run an exe on the server with the following line and it is
not working. Any help would be greatly appreciated!

Thanks,
Kevin

Dim myProcess As Diagnostics.Process =
System.Diagnostics.Process.Start("d:\bin\discover.exe -r server01 -7
wxpmis01 -v 9")

The process.Start created a process under the asp.net account. Does
your account has rights to execute it?

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/search?group=microsoft.public.dotnet.framework.aspnet&q=Process.Start

.



Relevant Pages

  • Re: Folder Permissions
    ... a call for something to happen on the server and then the call is complete ... A dll may contain many used and unused functions. ... What I was saying is that your exe runs as the account that starts it. ...
    (microsoft.public.security)
  • Re: Folder Permissions
    ... A dll may contain many used and unused functions. ... then sets up a proxy for a process that is started up on the server and from ... What I was saying is that your exe runs as the account that starts it. ...
    (microsoft.public.security)
  • Re: has my sendmail been compromised?
    ... I believe the sloppily masqueraded exe ... > file to be malware although an online scanner that I submitted it to ... > I host my website with hostingplex and they use sendmail, my account ... Nothing you wrote points to a compromise of your server in any way. ...
    (comp.mail.sendmail)
  • trying to run executable on server
    ... Hey guys, ... I am trying to run an exe on the server with the following line and it is ... Dim myProcess As Diagnostics.Process = ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: trying to run executable on server
    ... Does the aspnet account just needs read and execute rights to the folder? ... I am trying to run an exe on the server with the following line and it is ... The process.Start created a process under the asp.net account. ...
    (microsoft.public.dotnet.framework.aspnet)