I use this to reference a file
<asp:ScriptManagerProxy ID="script" runat="server" >
<Scripts>
<asp:ScriptReference Path="~/CommonResources/MapLocation.js" />
</Scripts>
</asp:ScriptManagerProxy>
Any changes i make to this script does not get reflected when i publish it the next time . Only when i clear the cache from the browser it shows how do i make the browser not cache this file ?