J
Jeff Gruetzmacher
I've got a live web with 3 load balanced servers running
IIS 5.1 w/FP 2002 extensions.
Several ASP pages, even though they don't invoke
any "server" processes or FP components, are being served
in different cached forms.
In front of the HTML, to get the no-cache instruction to
the proxies added to the http, I've added the
Response.AddHeader and Response.CacheControl "no-cache"
as vbscript. But the page still comes back to different
browsers in different cached versions.
Any ideas? I don't want to globally turn off caching in
IIS. Is there some other way I'm getting old-cached
versions returned to me?
IIS 5.1 w/FP 2002 extensions.
Several ASP pages, even though they don't invoke
any "server" processes or FP components, are being served
in different cached forms.
In front of the HTML, to get the no-cache instruction to
the proxies added to the http, I've added the
Response.AddHeader and Response.CacheControl "no-cache"
as vbscript. But the page still comes back to different
browsers in different cached versions.
Any ideas? I don't want to globally turn off caching in
IIS. Is there some other way I'm getting old-cached
versions returned to me?