System.ComponentModel.Win32Exception: Access is denied

R

Raju

Hi,

From a web application using following code iam executing an EXE.
IPTCProcessInfo.FileName = "C:\\IMGExtractor.exe";

IPTCProcessInfo.WindowStyle = ProcessWindowStyle.Maximized;

Process IPTCProcess =
Process.Start(IPTCProcessInfo.FileName,IPTCProcessInfo.Arguments);

It was working fine in Win2000 server.

Now we have configured this web application in windows 2003 server.

we are getting an error saying System.ComponentModel.Win32Exception:
Access is denied

at Process IPTCProcess =
Process.Start(IPTCProcessInfo.FileName,IPTCProcessInfo.Arguments);

this may be because of security settings in Win 2003 server.We have added
aspnet as an administartor

Help required.

thanks in advance

Regards,

Raju
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top