Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How can i avoid stored pages.

How can i avoid stored pages.

Scheduled Pinned Locked Moved ASP.NET
questionannouncement
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Blue_Skye
    wrote on last edited by
    #1

    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!

    A 1 Reply Last reply
    0
    • B Blue_Skye

      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!

      A Offline
      A Offline
      Albert Pascual
      wrote on last edited by
      #2

      Response.AppendHeader("Pragma", "no-cache"); Add thos in your response. Hope this helps Al

      B 1 Reply Last reply
      0
      • A Albert Pascual

        Response.AppendHeader("Pragma", "no-cache"); Add thos in your response. Hope this helps Al

        B Offline
        B Offline
        Blue_Skye
        wrote on last edited by
        #3

        Because sometimes i open a web file by flash menu so Response doesn't work this case :(. Is there anyway to set all your project's web pages no-cache (such as in web.config)? Thanks your reply :)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups