|
Posted by Achim Domma (Procoders) on June 13, 2005, 1:55 pm
Please log in for more thread options
Hi,
I have a COM object written in C# which is accessed by a old style ASP
application (no ASP.NET). If the webapp is runnig under the normal IIS
account, the object can be instanciated without problems. But now the
app has to run under another account to access remote services.
If I try to access the object, I get an 'Catastrophic failure' and no
'Access denied', as I would expect. Which rights to I have to grant to
the new account to allow execution of the COM object?
Any help would be very appreciated!
regards,
Achim
|