Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Instantiating a COM+ object on a remote application server

Status
Not open for further replies.

CW2002

Programmer
Jun 28, 2002
16
AU
I have 3 tier applications that do physically locate on at least 3 boxes. I have the database server running as data tier, application server as middle tier, and client computers + Web Server as user tier.

Now I have another application server that hosts a test environment. On my client computer, other than installing the exported application proxy from the application server, is there an easier way to switch between middle tier application server?

When instantiating a COM+/MTS object, can I use something like CreateObject("MyCOMPlusObject.COMPlusClass","RemoteServerName")? This is the method I use to switch between DCOM servers, without having to run DCOMCNFG, or hack the registry.

I am wondering if the same method applies to COM+/MTS.

Thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top