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. Strange action in ASP.NET - Cache ?

Strange action in ASP.NET - Cache ?

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminwindows-admintesting
3 Posts 3 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.
  • V Offline
    V Offline
    Vector7
    wrote on last edited by
    #1

    Hello, I have one server and one development PC. On the server the ASP.NET Webservice is running and on my PC I am developing the solution. For general testing I copy the whole directory to the server and overwrite the old source. The strange thing here is, that the ASP.NET Project on the server side is still using the old code. Even if I am overwriting again and again. Yes, the code behind the page is the actual one, but the server use the old source and I don't know where he get it from ? I use Internet Explorer for testing webpages ( I have deleteted all cached files ... ) I restarted IIS ( doesn't work ) What the hell is the problem here ?

    M 1 Reply Last reply
    0
    • V Vector7

      Hello, I have one server and one development PC. On the server the ASP.NET Webservice is running and on my PC I am developing the solution. For general testing I copy the whole directory to the server and overwrite the old source. The strange thing here is, that the ASP.NET Project on the server side is still using the old code. Even if I am overwriting again and again. Yes, the code behind the page is the actual one, but the server use the old source and I don't know where he get it from ? I use Internet Explorer for testing webpages ( I have deleteted all cached files ... ) I restarted IIS ( doesn't work ) What the hell is the problem here ?

      M Offline
      M Offline
      Machete
      wrote on last edited by
      #2

      Don't know if this is the source of your problems but there is also an ASP.Net cache in \\Microsoft.Net\Framework\\Temporary ASP.Net Files\ Blow that cache away, blow away your ASP.Net application directory, and clean your browser cache. You should then have a clean slate AFAIK-WAM. Richard Butler

      A 1 Reply Last reply
      0
      • M Machete

        Don't know if this is the source of your problems but there is also an ASP.Net cache in \\Microsoft.Net\Framework\\Temporary ASP.Net Files\ Blow that cache away, blow away your ASP.Net application directory, and clean your browser cache. You should then have a clean slate AFAIK-WAM. Richard Butler

        A Offline
        A Offline
        Anushu
        wrote on last edited by
        #3

        This cache problem could be coz of Shadow copying..(refer to shadow copying in msdn) try deleting the contents of assembly folder in the following path %userprofile%\Local Settings\Application Data\assembly\... (this is a hidden file)

        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