简单的基于IIS7的web server NLB方案

时间有限,简单说:

1.用Microsoft Application Request Routing for IIS7.0,这东西是基于http headers和server variables把http请求打到内容服务器上,并且内置负载均衡算法。

2.这个东西需要Microsoft URL Rewrite Module for IIS7.0。这个东西做的还算微软能拿的出手的。URL Rewrite Module和ASP.NET Routing有区别,其实是干同一个活的两个东西而已,关于asp.net routing可以看或者

这俩东西还真不是那么简单的就能用上的,但是也不复杂。摘一些links方便大家:

URL Rewrite Module Learning the basics
URL Rewrite Module References and guidance
Using the Application Request Routing Module

These articles explain how to configure and achieve the core scenarios using Application Request Routing.  It is recommended that the articles are read in the following order as the scenarios get richer with each article:

最后,还有一个小东西:External Cache

关于IIS7的配置

posted @ 2009-01-25 01:22  new 维生素C.net()  阅读(614)  评论(0)    收藏  举报