hello,
how can I invoque a COm object remotly?
Local:
it worked.
<cfinclude template="adoscript.cfm">
<cfobject class="ADODB.Connection" type="COM" action="CREATE" name="ado">
but, remote not work
<cfinclude template="adoscript.cfm">
<cfobject class="ADODB.Connection" type="COM" action="CREATE" name="ado" server="192.168.1.7" context="REMOTE">
I need configure something in the remote server??
how can I invoque a COm object remotly?
Local:
it worked.
<cfinclude template="adoscript.cfm">
<cfobject class="ADODB.Connection" type="COM" action="CREATE" name="ado">
but, remote not work
<cfinclude template="adoscript.cfm">
<cfobject class="ADODB.Connection" type="COM" action="CREATE" name="ado" server="192.168.1.7" context="REMOTE">
I need configure something in the remote server??