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)- A9% (3)
- B83% (29)
- C3% (1)
- D6% (2)
Community Discussion
No community discussion yet for this question.