Re: OutputCacheSection
- From: Peter Bromberg [C# MVP] <pbromberg@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 1 Jan 2007 09:24:00 -0800
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
"Alex Maghen" wrote:
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
"Eliyahu Goldin" wrote:
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
"Alex Maghen" <AlexMaghen@xxxxxxxxxxxxxxxx> wrote in message
news:02274248-1B04-4FC4-A767-7A10EEC2BEEC@xxxxxxxxxxxxxxxx
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
- Follow-Ups:
- Re: OutputCacheSection
- From: Alex Maghen
- Re: OutputCacheSection
- References:
- Re: OutputCacheSection
- From: Eliyahu Goldin
- Re: OutputCacheSection
- Prev by Date: Re: UserControl looks different
- Next by Date: Re: OutputCacheSection
- Previous by thread: Re: OutputCacheSection
- Next by thread: Re: OutputCacheSection
- Index(es):
Relevant Pages
|