I have set up a directory on the Portal server pointing to a folder off the C drive (C:\SpecialIncludes), where I have a lot of special Javascript files that I use for my custom iViews that I have written in Developer Studio. My problem is that the Portal is caching these files, and even if you delete the entire content within the file, SAP Portal is still sending the original copy of the Javascript file at the point in time when it was first placed on the server.
This is not a problem in a production environment, but on a development Portal server, I need to be able to to quickly make code changes to the Javascript.
How do I disable all content caching on the Portal server so all images and Javascript that is sent to the client from the Portal server is always the latest version?