adamgoldenrod
New Member
Hope someone can help me on this. I manage an ASP.Net website and usually update script files and css files very often. I add current time appended into a single string as a query string parameter (eg: profileImage.jpg?123021) which makes the browser to look for the file without getting it from cache. How can I do the same thing to all script tags and css links from the server side so that it loads the latest version of the file.Any help appreciated.Amila