Used to developing in PHP, and have little experience in ASP, so please bare with me:
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).
Any suggestions?
Thanks!