L
Les Caudle
One aspx page on my site started displaying garbage. No errors, just a bunch of
symbol characters.
The page used C# code behind and Output Cachine:
<%@ OutputCache Duration="86400" VaryByParam="ProductID" %>
I did not recompile the app - but only changed the modification date of the aspx
file so that it would be recompiled - which fixed it.
However, I'd sure like to know how to prevent it - as it displayed the same
gargabe page for all the products on the site.
Just upgraded to SP1 of .NET 1.1 yesterday.
symbol characters.
The page used C# code behind and Output Cachine:
<%@ OutputCache Duration="86400" VaryByParam="ProductID" %>
I did not recompile the app - but only changed the modification date of the aspx
file so that it would be recompiled - which fixed it.
However, I'd sure like to know how to prevent it - as it displayed the same
gargabe page for all the products on the site.
Just upgraded to SP1 of .NET 1.1 yesterday.