R – the best way to optimize a Windows Server 2008 box running IIS7 to serve only static files

iis-7performancestatic-filesweb-optimizationwindows-server-2008

I would like to have our web applications pull static content (css, js, images) from a static file server running Windows Server 2008 and IIS7.

What sort of optimizations would you make to the server for this single purpose?

(Machine.config changes? Web.config changes? Special IIS7 setup or modules? What?)

Related Topic