JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
OutputCache and HttpCacheability
Thread starter
Thread starter
Guest
Start date
Start date
Feb 19, 2004
Hiya
I'd like to use the @ OutputCache directive in my aspx page...could someone please tell me the equivalent duration, location, etc.. values for HttpCacheability.NoCache
I've been looking through msdn with no luck, but i might just be blind
Cheers
The simplest approach is to simply set it and watch the response headers
yourself.
Try a http sniffer like
http://www.bayden.com/other/proxy.asp
--
Thanks,
Eric Lawrence
Program Manager
Assistance and Worldwide Services
This posting is provided "AS IS" with no warranties, and confers no rights.
Dune said:
Hiya,
I'd like to use the @ OutputCache directive in my aspx page...could
someone please tell me the equivalent duration, location, etc.. values for
HttpCacheability.NoCache?
I've been looking through msdn with no luck, but i might just be blind
Cheers