How can i avoid stored pages.
-
Hi! Sometimes while i request a web page from my web project, i found that my IE just get the stored page from my hard disk but not check the newer version! How can i avoid that? (although i did choose the settings of my temporary internet files to check the newer version of stored pages every visit to the page). Thanks!
-
Hi! Sometimes while i request a web page from my web project, i found that my IE just get the stored page from my hard disk but not check the newer version! How can i avoid that? (although i did choose the settings of my temporary internet files to check the newer version of stored pages every visit to the page). Thanks!
Response.AppendHeader("Pragma", "no-cache"); Add thos in your response. Hope this helps Al
-
Response.AppendHeader("Pragma", "no-cache"); Add thos in your response. Hope this helps Al