Multiple choice technology web technology

When different set of web pages are designed for mobile devices, they do not share the configuration & session data with the desktop web pages.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Mobile and desktop pages in the same ASP.NET application share the same application context, including Session state, configuration, and Application state. The claim that they don't share data is incorrect. They are different views of the same application, not separate applications.