我刚刚开始在网站上使用outputcache,当我设置错误时,我需要一个页面,我可以浏览,将重置它.
Private Sub Button1_Click(ByVal sender As Object,ByVal e As System.EventArgs) Dim path As String path="/AbosoluteVirtualPath/OutputCached.aspx" HttpResponse.RemoveOutputCacheItem(path) End Sub