On our IIS Server 7.5
there are several ASP.NET MVC
applications and in order to increase performance, we want to cache static contents (javascript
, css
, etc.). I have look Static Content Caching on Microsoft IIS and ASP.NET MVC caching techniques but not sure if it will fullfill my requirements. So, what is the best option for making IIS Server
cache static content on MVC
project side programmatically?
相关问题
- Is there a limit to how many levels you can nest i
- Sorting 3 numbers without branching [closed]
- How to toggle on Order in ReactJS
- Graphics.DrawImage() - Throws out of memory except
- Carriage Return (ASCII chr 13) is missing from tex
I usually use the following configuration in asp.net mvc applications to cache static content, enable gzip compression, etc.