2011-12-12 54 views

回答

2

只需將視圖更改爲「內容」選擇文件,並配置它。在擴展中添加eq .js或.php。該配置將僅適用於該文件。

EQ

的web.config

<location path="cachedfile.php"> 
     <system.webServer> 
      <caching> 
       <profiles> 
        <add extension=".php" policy="CacheForTimePeriod" kernelCachePolicy="CacheUntilChange" duration="00:30:00" /> 
       </profiles> 
      </caching> 
     </system.webServer> 
    </location> 

您可以檢查此

相關問題