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 low-bandwidth 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.
Register a custom Page Adapter class that provides a Session State Page Per sister.
B.
Register a custom Page Adapter class that stores the view state in a cookie.
C.
Configure IIS to use HTTP compression.
D.
Configure IIS to use SSL.