one aspx page started returning garbage???

  • Thread starter Thread starter Les Caudle
  • Start date Start date
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.
 
Well, this one is very strange.

It is 100% repeatable for IE for certain pages.

Seems to be related to Caching - or at least when I removed the OutputCache
listed below - I could no longer duplicate the problem.

Runing Win2000 Server SP4. .NET 1.1 SP1

The html code returned to IE is shown as follows. Any idea how to fix this? I
don't really want to disable OutputCaching.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">



<HTML><HEAD>

<META http-equiv=Content-Type content="text/html; charset=utf-8">

<META content="MSHTML 6.00.2800.1476" name=GENERATOR></HEAD>

<BODY>í½›r??ωU?(Þ„J?-Ñ‹SJ?-Ë’FrR9/*pä šÌ?0??ç½’?Ì?ëHId?넮ˤ

Ш;??\vo~?:????Op?ó®”¶?ÕŸ?É??{ѬԠF?X #dÌ‚j?ÚŸ}
?@????ß¼stqzÓ??7W???×£H?⺄݋Ϸ??o?K?q?

.......on and on and on more trash ...
Τߣ*.Xƥ?</BODY></HTML>

Thanks, Les Caudle
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top