Search code examples
htmlcachingasp-classic

.asp pages will not update


I'm working on a project for a client who's site was developed years ago with .asp.

I am implementing a new design (html/css) and have been going through the .asp pages and removing the old HTML and replacing it with the new code, developed by me.

The Pages show no change when the page is loaded live on the website. When I open the .asp file in a text editor, the new code is there. I've read up on this and it seems like the server may be caching the .asp files, but I do not know how to clear this cache, as I am simply editing the files in a simple text editor (textmate).


Solution

  • Turns out is was a simple IIS setting that was being over-ruled by another. The network admin found the fix.

    Thanks everybody!