nerdexam
Microsoft

70-519 · Question #159

You are designing an ASP.NET Web application. The Web application must instruct proxy servers between the server and the browser to not cache content. You need to recommend an approach for…

The correct answer is A. Use the Response.Cache.SetCacheability() method with a value of. See the full explanation below for the reasoning.

Question

You are designing an ASP.NET Web application. The Web application must instruct proxy servers between the server and the browser to not cache content. You need to recommend an approach for instructing the proxy servers. What should you recommend?

Options

  • AUse the Response.Cache.SetCacheability() method with a value of
  • BUse the Response.Cache.SetVaryByCustom() method with a value of no-proxy.
  • CUse the Response.Cache.SetNoTransforms() method.
  • DUse the Response.Cache.AppendCacheExtensionQ method with a value of no-proxy.

How the community answered

(29 responses)
  • A
    72% (21)
  • B
    10% (3)
  • C
    14% (4)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice