Prevent Silverlight xap from being cached by proxy server

前端 未结 2 549
小蘑菇
小蘑菇 2021-01-18 14:17

The company I work for has proxies/WAN accelerators between our international sites to cache Intranet web content. I have a Silverlight application being hosted on a server

2条回答
  •  臣服心动
    2021-01-18 14:34

    If you want to make sure every time the xap file is retrieved and you don't want to worry about it - just use

    of course - this lends itself to a heavier cache load. I do like the helper method above though if you only want changes to be propagated to the client.

提交回复
热议问题