[thelist] how use server.createobject(??,??)
Pearson, John
JOHN.PEARSON at eia.doe.gov
Thu Apr 1 10:31:57 CST 2004
here's one Ive googled to death. I have a COM object on my networked PC that
does some quick log data analysis. I would like to call it on an asp web page on
an intranet server that can see my PC. There seems to be a dearth of useful
examples of server.CreateObject(obj,server) that address this situation. e.g.
with this asp on our intranet:
on error resume next
set vf=createobject("visits.from","em5a") <<<-- on my PC
response.write "Error="+cstr(err)+" "+err.description
I get:
Error=429 ActiveX component can't create object
I suspect its a permissions issue, but the question is can one make this work at
all. Ive consulted MSKB198432 with partial success but still no dice.
More information about the thelist
mailing list