Ask a Question related to ASP.NET Security, Design and Development.
-
Raju #1
System.ComponentModel.Win32Exception: Access is denied
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
Raju Guest
-
Hello Error with Web Services. No se puede serializar el miembro System.ComponentModel.MarshalByValueComponent.Site de tipo System.ComponentModel.ISite porque es una interfaz.
Hello I have a solution iwth a web project and web service project I made a project and I compiled it and it has no errors. But when I try to add... -
System.UnauthorizedAccessException: Access is denied
Hi, We have a simple 3 tier application which its core application is VC++ 6.0 ATL COM running as a server application in the COM+. An asp pipe is... -
Access is denied on DC System Event log
When I am running computer management of any of our Windosw Server 2003 Domain controllers & I attempt to view the System Event Log, I recieve this... -
System.UnauthorizedAccessException: Access is denied.
Exception Details: System.UnauthorizedAccessException: Access is denied. ASP.NET is not authorized to access the requested resource. Consider... -
access to system registry denied
Hi, I have a problem with the method "EventLog.CreateEventSource" because I received one error message (access to system registry denied). I... -
Manikandan #2
Re: System.ComponentModel.Win32Exception: Access is denied
Hi,
just try this. on clicking of the .exe file, you can find whether it will show the error messageManikandan Guest



Reply With Quote

