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?