12

Is there anyway to config IIS to serve static file like CDN? Like Gzip, Cache, E-tag, Mod-date?

And how should we config to make it very robust on massive requests?

I know it's a short question but that's all I want to ask.


To the question on the IIS version, i prefer 6 and 7 IIS. You can give your answer on either 6 or 7 :)

Thanks! I hope people find this question useful!

DucDigital
  • 1,491
  • 3
  • 18
  • 26

1 Answers1

5

Galcho has a post on IIS7: How to set cache control for static content.

Some great info here on TechNet around how IIS6 handles file caching.

p.campbell
  • 4,407
  • 6
  • 41
  • 51