Microsoft 70-494 - Recertification for MCSD: Web Applications Exam

Page:    1 / 50   
Total 249 questions

You need to ensure that the application uses RunLogRoleProvider custom role provider.
How should you modify the web.config file? (To answer, drag the appropriate line of code to the correct location or locations. Each line of code may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)




Answer :

You need to ensure that only valid parameters are passed to the EditLog action.
How should you build the route? (To answer, select the appropriate options in the answer area.)





Answer :

You need to implement the map of the runners' paths.
How should you build the video viewer? (To answer, select the appropriate options in the answer area.)





Answer :

You need to implement security according to the business requirements.
How should you modify RunLogController? (To answer, drag the appropriate code segment to the correct location or locations. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)




Answer :

You need to implement security according to the business requirements.
You have the following code:


Which code segments should you include in Target 1, Target 2, Target 3 and Target 4 to modify RunLogController? To answer, drag the appropriate code segment to the correct targets. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.



Answer :

Explanation:
Target 1: [Authorize]
Target 2: [AllowAnonymous]
Target 3: [Authorize(Roles = Admin)]
Target 4: [Authorize(Roles = Admin)]

Page:    1 / 50   
Total 249 questions