Microsoft 70-175: Designing and Implementing Distributed Applications with MS Visual Basic 6.0
#41. You are using the role-based security of Microsoft Transaction Server (MTS) to limit access of an MTS package to specific Users. The MTS administrator assigned a Microsoft Windows NT Server domain group named Payroll Manger to the Manager role for this server Package. You want to ensure that only users in the Payroll Manger group have access to Your component. Which code fragment should you use?
#42. You develop an ActiveX Document DLL project. Your UserDocument is designed to run inside Microsoft Internet Explorer. You want to retrieve a reference to the instance of Internet Explorer that is hosting your UserDocument. Which code fragment should you use?
#44. You develop, debug, and compile a reusable component. You want to ensure that information relevant to the component will be readily available to other developers who reuse your component. Which items can you store in the Microsoft repository database? (Choose three)
#45. You are implementing two COM component in the same project the components are named Cbank and CAccount. You want application to be able to use instances of both components. However you want only CBank to create instances of Caccount. Which value should assigne to the instancing property for Caccount?
#46. You are implementing a COM server that contains components. Each component must execute within a separate Microsoft Transaction Server (MTS) transaction. Which transaction attribute value must you use for those components?
#47. You implement a UserCocument that will be used in a variety of active document containers. Your UserDocument must determine the name of the default COM interface for the container. Which code fragment must you use to retrieve the name?
#48. Your Web_based application contains ASP that creates MTS components. The component is written in Visual Basic. On which computer must you install the MTS package file?
#49. You are developing a MTS package named Orders. Component in Orders are being designed to use component in an existing MTS package named Shipping. You want the Orders component to be able to retrieve information from the Shipping component. How should you configure the security to allow this?