J
Joern Schou-Rode
I would like to enable output caching for every GET request in my ASP.NET
MVC application. From searching the net, I am not able to find any central
way to enable such caching. All articles seems to be focusing on how to
enable caching for specific URL's, possible varying by HTTP headers og
query string parameters.
I do not need any varying, except from the URL, and I want caching to be
used for any GET request. IMHO such setup should only concern the IIS, but
the articles I find all seem to be specific to ASP.NET apps.
Am I missing something really simple?
Thanks in advance.
MVC application. From searching the net, I am not able to find any central
way to enable such caching. All articles seems to be focusing on how to
enable caching for specific URL's, possible varying by HTTP headers og
query string parameters.
I do not need any varying, except from the URL, and I want caching to be
used for any GET request. IMHO such setup should only concern the IIS, but
the articles I find all seem to be specific to ASP.NET apps.
Am I missing something really simple?
Thanks in advance.