Click to See Complete Forum and Search --> : MTS on remote machine


avi123
December 29th, 2003, 09:35 AM
Hello,

Does anyone know how do I do I use MTS/COM+
when My client (ASP for example) is running on a one computer and my COM+ dll on another?

thanks
avi123

Mick
December 29th, 2003, 01:15 PM
install the com app on the machine you intend for it to reside on, in MTS on that machine. Then just make a proxy for it through MTS on that machine...install those proxy files on the machine that intends to be the client (via mts again) you can read the MTS documentation if you run into issues.

avi123
December 30th, 2003, 04:38 AM
well my client application is asp running on browser
my users using this threw the internet, how can I install somthing on thier MTS?

avi123
December 30th, 2003, 10:53 AM
How do I create a *.msi project for the proxy?

I don't understand how do I create application proxy.

thanks