Which approach should you recommend?

You are designing a RESTful ASP.NET Web application.
You have the following requirements:
- Retain state between requests.
- Associate a request with a session.
- Do not require the use of cookies.
You need to ensure that your design meets the requirements.
Which approach should you recommend?
A. Disable ViewState by using the @ Page directive.
B. Configure the application to use cookieless session state.
C. Configure the application to use the InProc session state mode.
D. Register a custom PageAdapter class that provides a SessionStatePagePersister.

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.