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
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