In our application consisting of several custom user controls we want one of
these controls to be excluded from the page cache. For this I tried to use
the substitution control for output cache substitution. But this control
renders at the top of the page before the <HTMLtag, just like using
response.write. When I turn off the page cache, it works correctly. What
could be the reason?
these controls to be excluded from the page cache. For this I tried to use
the substitution control for output cache substitution. But this control
renders at the top of the page before the <HTMLtag, just like using
response.write. When I turn off the page cache, it works correctly. What
could be the reason?
Comment