Navigation

Search

Categories

On this page

Searchable list of all Calvin and Hobbes comics
New features in IIS 7.0

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 148
This Year: 1
This Month: 0
This Week: 0
Comments: 42

Sign In
Pick a theme:

# Tuesday, April 24, 2007
Tuesday, April 24, 2007 4:24:30 PM (GMT Daylight Time, UTC+01:00) ( Odds & Sods )
# Tuesday, April 03, 2007
Tuesday, April 03, 2007 10:15:55 AM (GMT Daylight Time, UTC+01:00) ( .Net Web )

Scott blogs about the new features in IIS 7.0 server version coming out later this year. One set of features that I think is really really amazing :

"The web farm support in particular is really cool, and will allow you to deploy your web applications on a file-share that contains all of the code, configuration, content, and encryption keys needed to run a server.  You can then add any number of stateless and configuration-less web-servers into a web farm and just point them at the file-server to dynamically load their configuration settings (including bindings, virtual directories, app pool settings, etc) and application content.  This makes it trivial to scale out applications across machines, and avoid having to use replication schemes for configuration and application deployment (just copy over the files on the file-share and all of the machines in the web farm will immediately pick up the changes). "

I already use source control to deploy files to the web farm so replication is not a big issue, but it is a pain to configure sites for the first time on each server.

More on this

Comments [0] | | #