View Single Post
  #1 (permalink)  
Old 01-21-06, 01:41 AM
sensitive sensitive is offline
Banned
 
Join Date: Feb 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy [SOLVED] URGENT!!! Page Caching Issue IIS6.0

HI,

I am stucked with a Page caching issue. I have win2003 installed on my terminal with IIS6. I have added following lines to prevent page caching but no luck so far.

Code:
Response.Expires = 60
Response.Expiresabsolute = Now() - 1
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "no-cache"
Its still showing an old pages. I dont think that its a cache problem of IE6 coz when i restart IIS, things get perfect for a short time. Whereas i have also tried to access the site with FireFox and its also showing the old pages.

kindly help me out from this problem.
I need an URGENT help plzzzzzzzzz...

Regards

Last edited by digioz; 01-23-09 at 12:47 PM. Reason: Please use code tags!
Reply With Quote