Win32Exception on calling myProcess.start() method
- From: "Mitkip" <mitkip@xxxxxxxxx>
- Date: 8 Nov 2005 03:05:00 -0800
Hello,
Probably this question has been asked yet, but I can't find any answer
to my problem.
I have an ASP.NET application, which call a method which has to launch
a batch. To do it, I use an instance of the Process class. But when I
try to execute the start() method of this instance, it throws an
exception : " Win32Exception (0x80004005): Access is denied"
I think there is a way by using the System.Security.Permissions
namespace, but I can't find how to do it.
For information, when I change the identity of the pool which support
this application in IIS and set it to an administrator, it works ...
but I'd prefer not to do it ;)
many thanks
.
- Follow-Ups:
- Re: Win32Exception on calling myProcess.start() method
- From: Vadym Stetsyak
- Re: Win32Exception on calling myProcess.start() method
- From: JuanCri
- Re: Win32Exception on calling myProcess.start() method
- Prev by Date: Re: Is it a BUG in C# compiler ?!!!!
- Next by Date: Security settings for intranet zone
- Previous by thread: Re: Is it a BUG in C# compiler ?!!!!
- Next by thread: Re: Win32Exception on calling myProcess.start() method
- Index(es):
Relevant Pages
|
Loading