What is the best way to optimize a Windows Server

2019-03-31 12:30发布

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

2条回答
做自己的国王
3楼-- · 2019-03-31 12:45

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.

查看更多
登录 后发表回答