Example:
<?xml version="1.0"?>
<configuration>
<outputCache enableOutputCache="false"
enableFragmentCache="false"
sendCacheControlHeader="false"
omitVaryStar="false">
</outputCache>
<appSettings/>
<connectionStrings/>
<system.web>
HTH,
Peter
--
Site:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
Short urls & more:
http://ittyurl.net
:
Eliyahu -
Thanks. But I've been there already. What I'm confused about is that the
documentation says there's an "OutputCacheSECTION" portion in web.config (I
think different from the "OutputCache SETTINGS" section). Basically, I want
to try turning all page caching OFF in one centralized location in my
configuration, without having to touch eaqch of my pages, but I can't figure
out exactly where that should go and what the syntax should be.
Thanks.
Alex
:
http://msdn2.microsoft.com/en-us/library/ms178606.aspx
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
I cannot figure out the exact syntax and placement for the
"OutputCacheSection" portion of web.config. Which sub-section does it go
in?
What are the exact properties and sub-tags which it supports? I can't find
a
description of how to use this in the web.config file instead of using it
programatically.
Help?
Thanks.
Alex