我用它来引用文件
<asp:ScriptManagerProxy ID="script" runat="server" >
<Scripts>
<asp:ScriptReference Path="~/CommonResources/MapLocation.js" />
</Scripts>
</asp:ScriptManagerProxy>
我对此脚本所做的任何更改都不会在下次发布时反映出来。只有当我从浏览器中清除缓存时,它才会显示如何让浏览器不缓存此文件?