What should you recommend?
You are designing an ASP.NET Web application. A page of the Web application will contain
a databound ListView control. You need to recommend a strategy for accessing individual
rows within the ListView control from client-side script based on the value in a specific data
field. What should you recommend?
Which technology should you recommend?
You are designing an ASP.NET Web application. You have the following requirements:
Relational database tables must automatically map to to .NET classes. The data access
layer must be able to target database engines other than Microsoft SQL Server. You need
to recommend a data access technology. Which technology should you recommend?
What should you recommend?
You are designing an ASP.NET Web application. The Web application must meet the
following requirements: Support REST without implementing custom URI templates. Allow
CRUD functionality. You need to recommend a data access strategy. What should you
recommend?
What should you recommend?
You are designing a Windows Communication Foundation (WCF) service. The WCF service
will support a common data access strategy for an ASP.NET 1.1 Web application and an
ASP.NET 4 Web application. You have the following requirements: Ensure that the WCF
service complies with WS-* standards. Enable backward-compatibility for clients that can
consume only ASMX Web Services. You need to recommend an endpoint and binding
strategy for the WCF service. What should you recommend?
Which two actions should you recommend?
You are designing an ASP.NET Web application that will be accessed by local intranet
users. The Web application will store temporary data files locally. The Web server is running
IIS 7.5. You have the following requirements: Temporary data file ownership must be set to
the user account. Temporary data files stored locally must be accessible only to the
authenticated user. You need to recommend an approach for securing the temporary data
files. Which two actions should you recommend? (Each correct answer presents part of the
solution. Choose two.)
Which two actions should you recommend?
You are designing an ASP.NET MVC 2 Web application. The Web application will include a
controller named AdminController. You need to recommend an approach for ensuring that
the action methods of the AdminController controller are available only to the local Windows
Administrator account. Which two actions should you recommend? (Each correct answer
presents part of the solution. Choose two.)
What should you recommend?
You deploy a medium-trust ASP.NET Web application to a Web server that runs IIS 7.0.
The Web server hosts multiple Web sites. Web applications hosted on the Web server must
not have access to the local resources of other Web applications hosted on the Web server.
You need to recommend a deployment strategy. What should you recommend?
What should you recommend?
You plan to upgrade a medium-trust Web application from ASP.NET 2.0 to ASP.NET 4. The
Web application is hosted on a Web server that is running IIS 7.0. You have the following
requirements: Support Multipel permission sets in a single application domain. Honor the
machine-level code access security policy. You need to recommend an approach for
preparing the Web application for the upgrade. What should you recommend?
Which approach should you recommend?
You are planning a deployment process for a set of interrelated Web services. You need to
ensure maximum availability of the Web services in the event of a hardware or software
failure. Which approach should you recommend?
Which two actions should you recommend?
You are designing the deployment strategy for an ASP.NET Web application that consists of
multiple pages. The Web application will be deployed to a server that hosts multiple
ASP.NET applications. The Web application design includes: • Error pages named
loginErrors.htm and GenericErrorPage.htm. • A subdirectory named login that contains only
the Login.aspx page. You have the following requirements: • Display the loginErrors.htm
page for all unhandled errors that are generated from the login.aspx page. • Display the
GenericErrorPage.htm page for all other unhandled errors. You need to recommend an
approach for displaying the error pages. Which two actions should you recommend? (Each
correct answer presents part of the solution. Choose two.)