Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 7215

Edited Issue: Child action OutputCache can not be disabled with web.config [1492]

$
0
0
MVC 5
.NET 4.5.1

Using OutputCache on child action I can not force MVC to bypass it using web.config:

```
<system.web>
<caching>
<outputCache enableOutputCache="false" enableFragmentCache="false" />
</caching>
</system.web>

<system.webServer>
<caching enabled="false" enableKernelCache="false" />
</system.webServer>

```

I've attached sample project.

Viewing all articles
Browse latest Browse all 7215

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>