Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tom Allen 50 posts 71 karma points
    Oct 19, 2011 @ 15:45
    Tom Allen
    0

    Cache items in App_Data directory

    As far as I can tell, App_Data is where a lot of cached objects live once they've been generated.

    I've just transferred a site (FTP/SQL) from my development environment to a production server. What can/should I remove from this directory on the remote machine in order to 'flush' the cache and force the server to rebuild the site when pages are requested? I'm having issues with old versions of content being displayed, despite updates to the database and filesystem.

    TIA

  • Jennifer Killingsworth 191 posts 247 karma points
    Nov 01, 2011 @ 20:05
    Jennifer Killingsworth
    0

    The Umbraco.config file is the cache of the entire site.  It will regenerate this file after its deleted with your changes.

  • Markus Johansson 1914 posts 5761 karma points MVP c-trib
    Nov 02, 2011 @ 08:38
    Markus Johansson
    0

    Are there any more files that files/folders that we could "clean up"?

  • Jennifer Killingsworth 191 posts 247 karma points
    Nov 02, 2011 @ 13:22
    Jennifer Killingsworth
    0

    I can't think of anything else in App_Data that would clear out the cache, but you can delete /Temp folder (it will be recreated) and delete any files under the /preview (these are cached versions of pages viewed in preview mode).

Please Sign in or register to post replies

Write your reply to:

Draft