Gary
07-18-2000, 01:36 PM
Hi All,<BR><BR>In my current application Web server and MTS Server resides on the same machine so when I need to create a COM object on my asp page so I just say server.createobject everything works fine. Out of curosity I just want to find out one thing say tomorrow if MTS is moved to a different machine so how I will be able to refer to com object because if I try to use the same syntax i.e. Server.CreateObject If I am not wrong I will get an error because MTS is not on the same machine so I think I have to USE DCOM for that but I don't know how to do it. Can someone help me with that?<BR><BR>Thanks in advance,<BR>Anil