I have a COM server compiled as a DLL that is called from ASP with
This works fine except that the DLL contains some functions that produce a "Feature not available" error. I was advised that this could be overcome by compiling it as an "Out of Process" server EXE rather than a DLL. This was done and everything else is the same. Now the create object command produces a "Permission denied" error. I've set all the Browser settings to prompt on ActiveX. Any other wisdom on this?
Thanks
Code:
set oServer = createobject(createobject("ContactManager.CMTools")
Thanks