ScriptManagerProxy caches js files changes not reflected

183 Views Asked by At

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 ?

0

There are 0 best solutions below