Skip to content

Commit 39dc100

Browse files
committed
How I fixed issue #23.
1 parent 0db5040 commit 39dc100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevTrends.MvcDonutCaching.Demo/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<outputCacheSettings>
4343
<outputCacheProfiles>
4444
<remove name="medium" />
45-
<add name="medium" duration="600" varyByParam="*" location="Any" enabled="true" />
45+
<add name="medium" duration="600" varyByParam="*" location="Server" enabled="true" />
4646
</outputCacheProfiles>
4747
</outputCacheSettings>
4848
</caching>

0 commit comments

Comments
 (0)