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

Even when different sets of web pages are targeted at mobile devices, they still run within the same ASP.NET application domain. Consequently, they share the same web.config configurations, application state, and active session data, making the statement false.