nerdexam
Microsoft

70-519 · Question #128

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 customer's intranet IP address range to access the…

The correct answer is B. 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 customer's intranet IP address range to access the application, and you must redirect other access requests to the customer's Web site. Which approach should you recommend?

Options

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

How the community answered

(58 responses)
  • A
    3% (2)
  • B
    83% (48)
  • C
    9% (5)
  • D
    5% (3)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice