IIS 7.0 and Web Farms

简介: 1. IIS 6 IIS 6.0 was capable of scaling out to virtually any number of web servers and had tools likeIISCnfg.

1. IIS 6

IIS 6.0 was capable of scaling out to virtually any number of web servers and had tools like
IISCnfg.vbs to keep the IIS metabase in sync between the nodes.

 

2. IIS 7

IISCnfg.vbs is no longer available with IIS 7.0 but has been replaced with AppCmd.exe and
the new shared configuration.

Shared Configuration

One major improvement that IIS 7.0 brings to the table specifically for web farms: shared configuration.

Shared configuration allows you to store the IIS configuration files in a location of your choosing — either locally or over a UNC path,

where multiple IIS servers can point to the same location without any sharing contention.

The new configuration mechanism does not hold a lock on the files, so multiple servers can work with the same file simultaneously.

 

目录
相关文章
|
1月前
web后端-IIS-web发布
web后端-IIS-web发布
|
6月前
|
安全 关系型数据库 MySQL
【IIS搭建网站】本地电脑做服务器搭建web站点并公网访问「内网穿透」
【IIS搭建网站】本地电脑做服务器搭建web站点并公网访问「内网穿透」
|
2月前
|
关系型数据库 MySQL 应用服务中间件
【IIS搭建网站】在本地电脑上搭建web服务器并实现外网访问
在网上各种教程和介绍中,搭建网页都会借助各种软件的帮助,比如网页运行的Apache和Nginx、数据库软件MySQL和MSSQL之类,为方便用户使用,还出现了XAMPP、PHPStudy、宝塔面板等等一系列集成服务,都是为了方便我们能快速建立网站。是不是不适用这些软件就无法建立网站了呢?答案当然是否定的,在Windows系统中实际上集成了建立网站所必须的软件环境。今天就让我们来看看,如何使用Windows自带的网站程序建立网站吧。
|
3月前
Visual Studio 2022无法连接到Web服务器IIS Express
Visual Studio 2022无法连接到Web服务器IIS Express
39 2
|
6月前
|
C# Windows
C#建立最简单的web服务,无需IIS
C#建立最简单的web服务,无需IIS
|
7月前
|
弹性计算 安全 数据安全/隐私保护
Internet Information Services(IIS)部署Web项目
本文为您介绍如何快速使用IIS搭建简单网站并发布项目。
249 0
|
9月前
|
安全 API 开发者
让IIS支持.NET Web Api PUT和DELETE请求
让IIS支持.NET Web Api PUT和DELETE请求
Visual Studio提示“无法启动IIS Express Web服务器”的解决方法
Visual Studio提示“无法启动IIS Express Web服务器”的解决方法
Visual Studio提示“无法启动IIS Express Web服务器”的解决方法
|
10月前
|
安全 数据安全/隐私保护 Windows
【IIS搭建网站】本地电脑做服务器搭建web站点并公网访问「内网穿透」(二)
【IIS搭建网站】本地电脑做服务器搭建web站点并公网访问「内网穿透」
110 0
|
10月前
|
关系型数据库 MySQL 应用服务中间件
【IIS搭建网站】本地电脑做服务器搭建web站点并公网访问「内网穿透」(一)
【IIS搭建网站】本地电脑做服务器搭建web站点并公网访问「内网穿透」
179 0