Click to See Complete Forum and Search --> : MTS and ISAPI


arturux
November 29th, 2001, 04:09 PM
Hi, I have a COM server in a dll and an ISAPI dll extension, which has to use one com from this server. That com suports connection points. For all of this to work togheter, the com should be some kind of MTS componenet. Does anyone know how to work with that MTS component (if I should manualy call some functions, at component initialization), in order for this combination to work ?
'Cause it doesn't work by simply register that component in Administrative Tools / Component Services (I'm working on W2k) in a new application. The test client for that server, cannot atladvise the sink for the connection points, if the component is registered. Does anyone know why ?