Cache

Hi,

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


Thanks
Rodrigo Ferreira [ Fr, 01 Februar 2008 00:28 ] [ ID #1921572 ]

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
>
>
>
>
mily242 [ Fr, 01 Februar 2008 01:48 ] [ ID #1921577 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » Cache

Vorheriges Thema: Whither Control Adapters?
Nächstes Thema: forms inside of other forms?