I would like to create an instance of a COM object in an ASP script where the COM object is installed on a remote machine. Is this possible? If so, can someone point me in the right direction?

Thanks.

Craig Buchanan

______________________________________________________________________________

Crystal Decisions USENET forums at http://www.cogniza.com/support/forums

Re: Remote Server.CreateObject? by Tom

Tom
Thu Jul 31 05:17:31 CDT 2003

In VBscript if you do

Set oCallList_bl = CreateObject("CallList_bl.cCallList_bl", "REMOTESERVER")

it will create the component on the remote server so long as you either have
the component install locally or a stub installed. However I'm not sure
about the security implicatinos of trying to do this in ASP..


wrote in message news:#ymwODuVDHA.1620@TK2MSFTNGP12.phx.gbl...
> I would like to create an instance of a COM object in an ASP script where
the COM object is installed on a remote machine. Is this possible? If so,
can someone point me in the right direction?
>
> Thanks.
>
> Craig Buchanan
>
____________________________________________________________________________
__
> Crystal Decisions USENET forums at http://www.cogniza.com/support/forums