« Previous Next »

Thread: ARR v2 Caching and ASP.Net Works Great, Why?

Last post 08-31-2009 2:07 PM by wonyoo. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 08-30-2009, 7:16 PM

    ARR v2 Caching and ASP.Net Works Great, Why?

    I would like to understand how ARR disk caching works with ASP.Net applications and have not been able to find a good reference.

    I have a simple testing server farm configuration with a single ARR server and a few content servers.  Everything with my ASP.Net application is caching appropriately, static images and CSS sheets are cached and dynamic data is excluded.   I do not understand how this is working.

    I have browsed through the web.config file for the application, but I am just not seeing it.  Can you give me a gentle nudge in the right direction.

    Thanks in advance.

    Jim

  • 08-31-2009, 11:21 AM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 6:13 PM
    • Redmond, WA
    • Posts 2,343

    Re: ARR v2 Caching and ASP.Net Works Great, Why?

    ARR caches based on response headers - specifically Cache-Control, Pragma, Expires, Last-Modified, Etag - you can read the caching section in rfc2616.

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
  • 08-31-2009, 2:07 PM In reply to

    • wonyoo
    • Top 50 Contributor
    • Joined on 12-15-2007, 1:46 PM
    • Posts 125

    Re: ARR v2 Caching and ASP.Net Works Great, Why?

    As Anil has pointed out, there is nothing "special" that ARR does for ASP.Net.   ARR caches contents based on "cache-ability" of the content, as defined by RFC.

Page 1 of 1 (3 items)
Microsoft Communities