M
Mike MS
Help please
I want to use an assembly (dll) in a vbscript asp.net page.
The assembly gets a string form a XML Web Service and I want to write the
string to the Document object like
Document.write(myobjectnet.getstringfromxmlweb).
Do I need to export my assembly to COM and then use CREATEOBJECT function?
If it is correct then how do I mark this COM as Safe for scripting?
Thanks in advance
I want to use an assembly (dll) in a vbscript asp.net page.
The assembly gets a string form a XML Web Service and I want to write the
string to the Document object like
Document.write(myobjectnet.getstringfromxmlweb).
Do I need to export my assembly to COM and then use CREATEOBJECT function?
If it is correct then how do I mark this COM as Safe for scripting?
Thanks in advance