nerdexam
Microsoft

70-515 · Question #193

Migration .net 3.5 to 4.0 You have migrated a web application from .net 3.5 to 4.0. the application hat to render same as in .net 3.5.

The correct answer is B. <pages controlRenderingCompatibilityVersion="3.5"/>. See the full explanation below for the reasoning.

Question

Migration .net 3.5 to 4.0 You have migrated a web application from .net 3.5 to 4.0. the application hat to render same as in .net 3.5.

Options

  • A<assembles> someoptions </assembles>
  • B<pages controlRenderingCompatibilityVersion="3.5"/>
  • C<compilation targetframework = "3.5" />
  • D<xhtmlConformance mode="Legacy" />

How the community answered

(45 responses)
  • A
    4% (2)
  • B
    82% (37)
  • C
    2% (1)
  • D
    11% (5)

Community Discussion

No community discussion yet for this question.

Full 70-515 Practice