vote up 1 vote down star
1

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?)

flag

2 Answers

vote up 0 vote down check

Some advices:

link|flag
Both good suggestions! – Ryan Montgomery Nov 2 at 18:27
vote up 0 vote down

There is an article on Microsoft Technet describing a configuration for static hosting.

But basically you need to add a specific role service for hosting static content.

I am unsure if you have done this, but for optimization the serverfault crowd will most likely have more of an answer for you.

link|flag
That article does describe how to serve static files, but I was looking for more optimizations in IIS7 to make serving static content as efficient and fast as possible. – Ryan Montgomery Nov 2 at 18:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.