Microsoft 70-152: Design and Implementing Web Solutions with Microsoft Visual InterDev 6.0
#11. You design a web site that uses ASP for managing benefits. You do not use components for business objects. Your security model defines four roles: administrator, manager, employee, and guest. Administrators have full access to the site. Managers can change benefits and employees but not for themselves. Employees can view their own benefits but not the benefits of any one else. Guest can view a benefits overview page but no other information. How should you implement the security model?
#13. You want to use data from mainframe application on your new web site. Data on mainframe updated periodically throughout the week. Which features should you consider in deciding how to access the data? (Choose two)
#16. Entry form to collect data from branch office. Clients use Internet Explorer and Netscape browsers. Ensure each form is complete before submitted.
#17. Your web displays graphics and multimedia using custom controls. All users use Internet Explorer. You want to update custom controls without forcing users to track for versions. How should you manage custom controls?
#18. You are designing a transaction COM component that will update a record in a database table. The COM component will be invoked through an ASP page. How should you code the component?
#20. You are designing a Microsoft Transaction Server (MTS) component named Customer. You want to free up static objects created by the component before it is deactivated. What method must you implement to do this?