Q&A

Q1:Can some of my existing COM components make use of MTS without making any changes?
A1: Yes, but only if the COM components in question are implemented as DLLs. COM components implemented as EXEs cannot be used inside of MTS. If your component maintains state (uses properties), it also might not gain the full benefit of MTS.
Q2:Can I use declarative security to control access between components in the same package?
A2: No. In order to conserve the resources of the server, MTS assumes that all components within a package trust each other. Security is only checked for requests that originate outside of a package.
Q3:Why can I not access my MTS component when I log off the NT server where MTS is running?
A3: It is likely that you have specified ...

Get Sams Teach Yourself Microsoft® Windows® DNA Programming in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.