nerdexam
Microsoft

70-519 · Question #167

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 B. 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.SetVaryByCustom() method with a value of no-proxy.
  • BUse the Response.Cache.SetCacheability() method with a value of
  • CUse the Response.Cache.AppenriCacheExtension() method with a value of no-proxy.
  • DUse the Response.Cache.Setl\loTransforms() method.

How the community answered

(16 responses)
  • B
    81% (13)
  • C
    13% (2)
  • D
    6% (1)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice