缓存Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
Response.Expires = 0
关于禁止缓存,答案很多,我发现ms的做法是
80酷酷网 80kuku.com
缓存Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
Response.Expires = 0