nerdexam
Microsoft

70-519 · Question #118

You are designing an ASP.NET MVC 2 Web application for a customer's extranet site. You need to allow only requests that originate from the customers intranet IP address range to access the…

The correct answer is C. Configure the IIS URL Rewrite module to redirect requests from outside the specified IP. See the full explanation below for the reasoning.

Question

You are designing an ASP.NET MVC 2 Web application for a customer's extranet site. You need to allow only requests that originate from the customers intranet IP address range to access the application, and you must redirect other access requests to the customers Web site. Which approach should you recommend?

Options

  • AConfigure the IIS Request Filter module to filter requests.
  • BConfigure IIS to reject requests from outside the specified IP address range.
  • CConfigure the IIS URL Rewrite module to redirect requests from outside the specified IP
  • DDesign the default controller and action to check the IP address and to redirect requests from

How the community answered

(47 responses)
  • A
    4% (2)
  • B
    13% (6)
  • C
    77% (36)
  • D
    6% (3)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice