Thread: Общие вопросы (General Questions)/Tuning IIS for static content

Tuning IIS for static content
This article



Re: Tuning IIS for static content
To increase cached file for static content add this line to your IIS Server in applicationHost.config:

<serverRuntime frequentHitTimePeriod="00:00:10" frequentHitThreshold="1" />

(replace  <serverRuntime />)