Multiple choice technology web technology

What is Profile service?

  1. Service to store per-user data throughout session.

  2. Service to store per-user data accross sessions i.e. persistently

  3. Home page in your web application

  4. Menu page in your web application

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

The Profile service in ASP.NET provides persistent per-user data storage that persists across multiple sessions, unlike session state which is temporary. It allows storing user-specific preferences and data that survives session expiration. Options C and D are unrelated.