Wednesday, December 19, 2012

Re: Clearing Browser cache for upadated deployments

Is this really i am facing same issues as described below 

1. hosted GWT application in IIS. 
2. browse the application IE.
3. modified the application.
4. Now hosting it again on IIS in same directory with same name n all.
5. IE is showing old version only until I explicitly clears the history nall through IE.

On Saturday, November 1, 2008 11:17:30 AM UTC+5:30, mat wrote:
Hi,

What I usually do is append a random querystring (for each new
version) to the javascript include on the HTML page.

e.g

<script language="javascript" src="http://www.google.com/MyScript.js?
version=20081101
"></script>

The browser sees this as a different URL to "http://www.google.com/
MyScript.js
".


Mathew

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/lnN5Uzy2zksJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment