我正在尝试巧妙地禁用 WCF 应用程序的输出缓存。enableOutputCache 属性由于某种原因不起作用,有人可以解释原因,或建议解决方法。
<system.web>
<caching>
<outputCache enableOutputCache="false" enableFragmentCache="false"></outputCache>
<outputCacheSettings>
<outputCacheProfiles>
</outputCacheProfiles>
</outputCacheSettings>
</caching>
</system.web>
谢谢