R
Rodney
Guys,
I have got a vbscript on my asp.net page which uses
createobject and is giving the error
ActiveX component can't create object
This works if I have this in a standalone .html file
but not when I load my asp.net app
I need to do this as I have to pass in a value from a
session variable to the script ( Is there any other way I
can do this)
What am I missing here..
Do I need to use regsvr32 or register the activex with IIS
I would appreciate any help
I have got a vbscript on my asp.net page which uses
createobject and is giving the error
ActiveX component can't create object
This works if I have this in a standalone .html file
but not when I load my asp.net app
I need to do this as I have to pass in a value from a
session variable to the script ( Is there any other way I
can do this)
What am I missing here..
Do I need to use regsvr32 or register the activex with IIS
I would appreciate any help