I have created a client/server application that uses MTS. I want to include notifications using events in this application.(I have been unable to find specific examples of MTS Components using events)
But I have been told that you are required to set up DCOM (using Dcomcnfg) in a certain way on the Server and client to allow events to work.Which I have done, but I also had to remove all authentication checking from MTS to get it to work. Firstly I am not too sure if this is the correct way of going about it.
But is it not possible to set up your component entirely in MTS to cater for this instead of changing DCOM's default settings.
But I have been told that you are required to set up DCOM (using Dcomcnfg) in a certain way on the Server and client to allow events to work.Which I have done, but I also had to remove all authentication checking from MTS to get it to work. Firstly I am not too sure if this is the correct way of going about it.
But is it not possible to set up your component entirely in MTS to cater for this instead of changing DCOM's default settings.