Microsoft
70-519 · Question #22
During application testing, developers notice that the TempData property contents no longer persist between requests. You need to advise the developers of the requirements for ensuring that the…
The correct answer is C. InProc session state must be enabled in the Web application. See the full explanation below for the reasoning.
Question
During application testing, developers notice that the TempData property contents no longer persist between requests. You need to advise the developers of the requirements for ensuring that the TempData property contents persist between requests. Which should you advise?
Options
- AViewState must be enabled at the page level.
- BSessionState must be enabled in the Web application configuration.
- CInProc session state must be enabled in the Web application.
- DViewState must be enabled in the Web application configuration.
How the community answered
(45 responses)- A11% (5)
- B7% (3)
- C80% (36)
- D2% (1)
Community Discussion
No community discussion yet for this question.