070-486試験無料問題集「Microsoft Developing ASP.NET MVC 4 Web Applications 認定」

An advertising campaign was recently launched. Some of the ads contain a link to products that no longer exist or have IDs that have changed.
You need to ensure that all product links display a product.
Which code segment should you use to configure the route?

You are developing an ASP.NET MVC application in Visual Studio 2012. The application supports multiple cultures.
To set the culture, the application must use the AcceptLanguage header field value sent by the client browser.
You need to ensure that the application can set the culture.
You have the following markup in the web.config file:

Which markup segments should you include in Target 1, Target 2 and Target 3 to complete the markup? (To answer, select the appropriate options in the answer area.)
正解:
You are developing an ASP.NET MVC application. The application uses a SQL Server database and a SQL Server login and password. You need to ensure that the password for the SQL Server login is not stored in plain text. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

You need to add a method to the ProductController class to meet the exception handling requirements for logging.
Which code segment should you use?

You are developing an asynchronous HTTP module to write log messages. The logText variable stores the message that you must log.
You need to implement the asynchronous HTTP module.
正解:
You are developing an ASP.NET MVC application.
The application must allow users to enter HTML in a feedback text box only.
You need to disable request validation.
What should you do?

解説: (GoShiken メンバーにのみ表示されます)
You are developing an ASP.NET MVC application that uses forms authentication against an Oracle database.
You need to authenticate the users.
Which code segment should you use?

解説: (GoShiken メンバーにのみ表示されます)
You need to ensure that all the MVC controllers are secure.
Which code segment should you use as the body for the CreateController method in AdminVerifierFactory.es?

You are developing an ASP.NET MVC application.
The application must allow users to enter JavaScript in a feedback text box only.
You need to disable request validation.
What should you do?

解説: (GoShiken メンバーにのみ表示されます)
The GetDealPrice method must be called by using Ajax.
You need to get the price of a product by using the GetDealPrice method of the ProductController.
Which code segment should you use? (Each correct answer presents a complete solution. Choose all that apply.)

You are developing an ASP.NET MVC application by using Microsoft Visual Studio Professional. You plan to deploy the app to a Microsoft Azure App Services Web App.
You must be able to edit files in the webjpplication directly without having to redeploy or use other means of connecting to the web application.
You need to update the Web.config file to enable remote error messages.
What should you do?

You have a class that includes the following code. (Line numbers are included for reference only.)

You must enforce the following requirements for the actions:

You need to configure the class.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

正解:A,D,F 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)