I am getting permission denied errors when trying to create a com object in asp. The com object is a VB6 dll that has been registered. Procmon does not show any permission errors. I have granted permissions to the folder that contains the dll to the AppPool user and well as the authenticating user (IUSR). I noticed that there are a few people experiencing this problem with no definite solution. Please help!!
1
votes
3 Answers
0
votes
0
votes
0
votes
In procmon, can you see a successful read of HKLM\Software\Classes\CLSID{YOUR_COMPONENT_CLASS_ID} ?
Maybe you have issues with rights in registry key associated to your component.
For a list of registry keys involved, please see the msdn docs.
Best