mats.westin@idg.se wrote:
>
> Hello.
> How do I make my asp-pages cacheable?
> The IIS-server answers with "Cache-control: private" in the header and that
> makes them impossible to cache (I think).
Your ASP pake has to insert a "Cache-control: public" header.
Response.CacheControl = "Public"
Else Microsoft IIS/ASP will assume that the result is private.
-- Henrik Nordstrom Squid hacker -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Thu Aug 24 2000 - 17:05:34 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:05 MST