We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db5040 commit 39dc100Copy full SHA for 39dc100
DevTrends.MvcDonutCaching.Demo/Web.config
@@ -42,7 +42,7 @@
42
<outputCacheSettings>
43
<outputCacheProfiles>
44
<remove name="medium" />
45
- <add name="medium" duration="600" varyByParam="*" location="Any" enabled="true" />
+ <add name="medium" duration="600" varyByParam="*" location="Server" enabled="true" />
46
</outputCacheProfiles>
47
</outputCacheSettings>
48
</caching>
0 commit comments