Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > System.ComponentModel.Win32Exception: Access is denied

Reply
Thread Tools

System.ComponentModel.Win32Exception: Access is denied

 
 
Raju
Guest
Posts: n/a
 
      01-17-2005
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,IPTCProcess Info.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,IPTCProcess Info.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
















 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Very annoying error: Access to the path is denied. ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity Jay ASP .Net 2 08-20-2007 07:38 PM
403 Forbidden: You were denied access because: Access denied by access control list Southern Kiwi NZ Computing 6 03-19-2006 05:19 AM
Access Denied to access db with asp.net Ros@ ASP .Net 3 02-22-2006 04:51 PM
e-mail access denied by access control list Ram Ananthraman Computer Support 4 03-17-2005 09:22 PM
access denied by access control list Hung Computer Support 8 10-12-2003 05:27 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57