PDA

Click to See Complete Forum and Search --> : Remote COM+ server


elain
Feb 26th, 2001, 01:44 PM
Hi,

I want to seperate COM+ from webserver. That means i'll put all dll files on one machine, and put webserver and ASP files on the other machine. Is that possible? If yes, how to call a remote COM+ from ASP. Could you give me some ideas?
(OS: windows2000, COM+: VB)

Thanks.

-Elain

Bill Crawley
Feb 27th, 2001, 03:57 AM
yes it is possible. To make a remote call you have to use DCOM to register the component. use dcomcnfg

gijsj
Mar 1st, 2001, 10:33 AM
The easiest way is to do an Application Proxy export, and install it on the Webserver.
Another question you'd might ask is; do you really want to run your COM+ App. on a seperate box !