We have an MCMS template (.aspx page) with the following cache directive
<%@ OutputCache Duration="86400" Location="Server" VaryByParam="*"
VaryByCustom="CMSPosting;CMSControl" %>
When we compile the website and copy the dll (whose version is incremented)
the cached page still remains active. There are other pages in the site that
are cached and are refreshed everytime we migrate the new dll.
My understanding is that, the cache is cleared when the (website) dll is a
newer version. Am I wrong? If not why is not the cache cleared.
Thanks
Aby
A Louis - 02 Aug 2005 21:34 GMT
The problem was not with caching.
> We have an MCMS template (.aspx page) with the following cache directive
> <%@ OutputCache Duration="86400" Location="Server" VaryByParam="*"
[quoted text clipped - 9 lines]
> Thanks
> Aby
WJ - 04 Aug 2005 20:13 GMT
Aby,
What is your solution. I have the same problem.
John
> The problem was not with caching.
>
[quoted text clipped - 14 lines]
>> Thanks
>> Aby