Microsoft
70-519 · Question #46
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 B. SessionState must be enabled in the Web application configuration. VB Mixed Questions
Designing the Presentation Layer
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
(58 responses)- A10% (6)
- B81% (47)
- C2% (1)
- D7% (4)
Explanation
VB Mixed Questions
Topics
#TempData#SessionState#ASP.NET MVC#request persistence
Community Discussion
No community discussion yet for this question.