Groups | Blog | Home
all groups > asp.net > january 2008 >

asp.net : Cache


Milosz Skalecki [MCAD]
1/31/2008 4:48:02 PM
Hi Rodrigo,

Which caching? OuputCaching? Look at web.config's <cahcing> section

<caching>
<outputCache enableOutputCache="true"/>
</caching>

For more information see:
http://msdn2.microsoft.com/en-us/library/ms178606.aspx
--
Milosz


[quoted text, click to view]
Rodrigo Ferreira
1/31/2008 9:28:16 PM
Hi,

how do I configure a cache for all my pages with a few code lines?


Thanks


AddThis Social Bookmark Button