Substitution Control and Cache Location
https://stackoverflow.com/questions/934246
Question
If I use Substitution control in asp.net page, and also add the following directive to the page:
<%@ OutputCache Duration="7200" VaryByParam="None" Location="Any" %>
Would the location attribute be ignored, since using Substitution control on a page makes the page cacheable only on the server?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow