Re: trying to run executable on server
- From: Alexey Smirnov <alexey.smirnov@xxxxxxxxx>
- Date: 18 Apr 2007 03:33:05 -0700
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
.
- Follow-Ups:
- Re: trying to run executable on server
- From: Kevin O'Brien
- Re: trying to run executable on server
- References:
- trying to run executable on server
- From: Kevin O'Brien
- trying to run executable on server
- Prev by Date: Re: Hide URL (querystring)
- Next by Date: Re: how to change one element of machine.config into web.config?
- Previous by thread: trying to run executable on server
- Next by thread: Re: trying to run executable on server
- Index(es):
Relevant Pages
|