Click to See Complete Forum and Search --> : Caching problems


RabBell
09-27-2007, 09:45 AM
I've just finished developing quite a large site and my original plan was to have no caching at all, but the site is taking a little too long to download. I added the code below

OutputCache Duration="60" VaryByParam="*"

to the tops of some of my pages. But now when I view a page and go view others then browse back I find I'm getting error messages (or redirected to my CustomErrors default error page)

Anyone know why?