Which approach should you recommend?

You are designing an ASP.NET Web Forms application. The Web application has a heavy
reliance on view state. You are designing the Web application for use in regions that have
limited or lowbandwidth connectivity. You have the following requirements: Decrease

bandwidth requirements. Prevent any user from obtaining any part of the view state. Do not
require changes to existing pages, user controls, or code-behind files that rely on the view
state. You need to ensure that the Web application meets these requirements. Which
approach should you recommend?

You are designing an ASP.NET Web Forms application. The Web application has a heavy
reliance on view state. You are designing the Web application for use in regions that have
limited or lowbandwidth connectivity. You have the following requirements: Decrease

bandwidth requirements. Prevent any user from obtaining any part of the view state. Do not
require changes to existing pages, user controls, or code-behind files that rely on the view
state. You need to ensure that the Web application meets these requirements. Which
approach should you recommend?

A.
Configure IIS to use SSL.

B.
Register a custom PageAdapter class that provides a SessionStatePagePersister.

C.
Register a custom PageAdapter class that stores the view state in a cookie.

D.
Configure IIS to use HTTP compression.



Leave a Reply 0

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