Cache
Hi,
how do I configure a cache for all my pages with a few code lines?
Thanks
RE: Cache
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
"Rodrigo Ferreira" wrote:
> Hi,
>
> how do I configure a cache for all my pages with a few code lines?
>
>
> Thanks
>
>
>
>