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