G
Guest
Hi all,
I hope this is the correct group to post this to. If not, I apologize. I
have an asp.net (c#) project that needs to talk to a COM object. the COM
object is actually an .exe that requires elevated permissions to execute.
I have tried to set the ASPNET account permissions for the .exe via
dcomcnfg, but that doesn't work. I would guess that the program itself must
be run from an account with higher permission than the ASPNET process.
So my question is, how can I run just the piece of c# code that interacts
with the COM object as a privileged user. I'd like to maintain my forms
authentication with my web app, if possible.
Thanks for any guidance with this
Jim
I hope this is the correct group to post this to. If not, I apologize. I
have an asp.net (c#) project that needs to talk to a COM object. the COM
object is actually an .exe that requires elevated permissions to execute.
I have tried to set the ASPNET account permissions for the .exe via
dcomcnfg, but that doesn't work. I would guess that the program itself must
be run from an account with higher permission than the ASPNET process.
So my question is, how can I run just the piece of c# code that interacts
with the COM object as a privileged user. I'd like to maintain my forms
authentication with my web app, if possible.
Thanks for any guidance with this
Jim