Cached ASP files

  • Thread starter Jeff Gruetzmacher
  • Start date
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top