-
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
-
yes it is possible. To make a remote call you have to use DCOM to register the component. use dcomcnfg
-
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 !