Pro: Designing and Developing ASP.NET Applications Using the Microsoft .NET Framework 3.5 Microsoft 70-564(CSharp) Total Questions: 88
Question: 1 You are an application developer and you have about two years experience in developing ASP.NET-based applications by using Microsoft ASP.NET. Now you are employed in a company named Wiikigo. According to the company requirement, you are using the .NET Framework 3.5 to create an ASP.NET application. In Active Directory, your company has configured user accounts to provide access to resources. Now your company requires that users must be able to access the resources through the application. As the technical support, your company asks you to make sure of this. In the Web.config file, which XML fragment should be used? A. B. C. D. Answer: C Question: 2 You are an application developer and you have about two years experience in developing ASP.NET-based applications by using Microsoft ASP.NET. Now you are employed in a company named Wiikigo. According to the company requirement, you are using the .NET Framework 3.5 to create an ASP.NET application. The company posts some requirements for the application: the developers must be able to select the layout that must be applied to the pages in the application; the developers must be able to modify the layout of the pages while not modify the source code; maintain a consistent page layout. So what action should you perform to make sure of these? A. After a master page that uses multiple Web Part zones is created, you should disable membership and personalization for the application. B. You must make sure that all pages use multiple Web Part zones, and then enable membership and personalization for the application. C. After multiple themes are created for the application, you should specify a theme for the application in the Web.config file. D. After multiple master pages are created for the application, you should specify the master page