PDA

Click to See Complete Forum and Search --> : Is this correct concept?


sanon
Mar 7th, 2001, 08:33 PM
Recently, I developed MTS components and a testing client program. Everything worked wonderful. Once, I did some modification one of those MTS components and put it back to the MTS. I thought everything would work as it should be without installing a package created from the MTS explorer to the client machine again (I already did it in the first time when I deployed the client program). Is this the right concept?

Bill Crawley
Mar 8th, 2001, 07:08 AM
if Your server is hosting MTS, then you should register your component under that. From the client you should have DCOM and you should use that to make the reference from the client to server. You only need to use export MTS package if you are going to deploy the component on multiple servers under MTS (scaleability).