Browser Caching in ASP.NET application

后端 未结 6 2018
暖寄归人
暖寄归人 2020-12-14 21:43

Any suggestions on how to do browser caching within a asp.net application. I\'ve found some different methods online but wasn\'t sure what would be the best. Specifically, I

6条回答
  •  北海茫月
    2020-12-14 22:11

    You can cache static content by adding following code in web.config

     
        
          
        
    
    

    See the clientCache documentation for more details.

提交回复
热议问题