nerdexam
Microsoft

98-363 · Question #208

You are deploying your website to a web server. You need to store several custom values so that the application will run correctly when deployed. Which section of the Web.config file should you use…

The correct answer is B. <appSettings>. See the full explanation below for the reasoning.

Question

You are deploying your website to a web server. You need to store several custom values so that the application will run correctly when deployed. Which section of the Web.config file should you use to store the settings?

Options

  • A<system.web>
  • B<appSettings>
  • C<sessionState>
  • D<myConfiguration5>

How the community answered

(35 responses)
  • A
    9% (3)
  • B
    83% (29)
  • C
    3% (1)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full 98-363 Practice