'xxx/yyy/zzz.wav' 
一定在客户端吧

解决方案 »

  1.   

    <bgsound src="chimes.wav" loop="0" balance="0" volume="0">
      

  2.   

    response.expires=0
    Cache设定Cookie 变量的有效时间,默认值是1000 分钟。若设为0 则可以实时删
    除Cookie 变量。
      

  3.   

    上面的方法都没有用啊,response.expires=0也没有用,试过。To guoyan19811021(吉祥) ,可能客户端直接存有,但是怎么解决?
      

  4.   

    < META HTTP - EQUIV = " Expires " Content
    = " 0 " > < META HTTP - EQUIV = " Pragma " CONTENT = " no - cache " >加这个看看
      

  5.   

    ASP.NET doesn't control .wav files, try1. <bgsound src='xxx/yyy/zzz.wav?t=<%=DateTime.Now.Ticks%>' loop =1>or2. Run Internet Services Manager, right click on Default Web Site to open its Properties page, go to HTTP Headers tab, enable content expirationor3. go to IE Tools->Internet Options->General, click on Settings button, select "Every Visit to the page"
      

  6.   

    saucer,thx! 不愧是.net MVP! 解决了!