Link to home
Start Free TrialLog in
Avatar of CraigHarris
CraigHarris

asked on

How do I control access to COM objects/APIs?

I have many COM objects available on my servers, some of these can  be used to do pretty much anything on the system - I need to implement some sort of security as I can't allow limited users to execute (for example) PHP scripts which then use COM objects to take control of the system.
The problem is system-wide, and exploitable through many different programming languages; unfortunately several of the COM objects to not have their own security mechanisms.

Is there a way of assigning access permissions to the COM registry?
ASKER CERTIFIED SOLUTION
Avatar of Haech
Haech

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial