nerdexam
Microsoft

70-519 · Question #230

you are planning to migrate an ASP NET 3.5 Web application to ASP.NET 4. The following elements must be optimized for search engines - URLs within the Web application - HTML rendered by the Web…

The correct answer is B. Use Web Forms routing and set the Render Outer table property to false on all Form View. See the full explanation below for the reasoning.

Question

you are planning to migrate an ASP NET 3.5 Web application to ASP.NET 4. The following elements must be optimized for search engines

  • URLs within the Web application
  • HTML rendered by the Web application

You need to design a solution for loading data dynamically into a Data List by using the current URL. Which approach should you recommend?

Options

  • AUse Web Forms routing and set the Repeat Layout Property to Table on all list controls
  • BUse Web Forms routing and set the Render Outer table property to false on all Form View
  • CUse permanent redirect and set the Repeat Layout property to Table on all list controls
  • DUse permanent redirect and set the Render Outer table property to false on all Form View

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    69% (18)
  • C
    15% (4)
  • D
    12% (3)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice