0
所以我想遍歷Response.Headers自定義緩存的工作,但我得到以下錯誤,當我接觸到的東西:Response.Headers和IIS6
This operation requires IIS integrated pipeline mode
它這個可能在IIS6中做?有沒有解決方法?
var allHeaders = HttpContext.Current.Response.Headers;
// error thrown as soon as it's accessed
+1 - http://msdn.microsoft.com/zh-cn/library/system.web.httpresponse.headers.aspx – keyboardP 2011-06-07 17:39:50