InfoQ

InfoQ

Topic/Tag specific view

IIS 7 Content on InfoQ


Latest featured content about IIS 7

Eric Nelson on Windows as a Web Platform

Topics
.NET Framework,
.NET,
Web Services

Eric Nelson discusses how developers can use their favorite programming language hosted on a Windows web server. Eric provides an architectural deep dive into the internals of IIS and the .NET Framework 3.5 with a goal of reducing the lines of code in web applications.

News about IIS 7

MSDeploy: Automatic Website Deployment and Sync

Topics
.NET

MSDeploy is a utility for migrating and synchronizing websites between servers. It can create a package to deploy web content, databases, and IIS configuration, and can also be used to keep web server farms synchronized.

Microsoft Web Farm Framework, a Tool for Automating Operations Across a Server Farm

Topics
Web Servers,
Operations,
.NET,
Web Frameworks

Microsoft Web Farm Framework (WFF) is a free IIS plug-in used to provision and manage systems in a web server farm, enabling the installation and configuration of software components across the farm plus support for automated deployment of ASP.NET applications.

Microsoft Announces IIS Express – A New Built-In Web Server for Visual Studio

Topics
Web Servers,
.NET

Scott Guthrie recently announced IIS Express, a light weight alternative to IIS and a potential replacement of Cassini (the built in web server for Visual Studio). IIS Express is intended to solve the pain points reported in Cassini and enable developers to develop using a full IIS 7.x feature-set. It’s not available for download yet, but according to Scott should be available shortly.

ScaleUp Addresses Many of IIS’ File Uploading Limitations

Topics
.NET,
Performance & Scalability

LeanServer has created for IIS 7.0 an extension called ScaleUp, solving some of the problems related to file uploading and plaguing Microsoft’s web platform. According to its creators, ScaleUp increases upload speed, supports unlimited upload file sizes, scales up to thousands of uploads per server, and includes progress reporting, streaming and filtering.

Making IIS Web Sites More Responsive Using Warm-up

Topics
Web Servers,
.NET

IIS Application Warm-up for IIS 7.5 improves the responsiveness of a web site by loading all related web applications and their dependencies before the first request is made.

Rewrite Outbound URLs with IIS 7 and URL Rewrite Module 2.0

Topics
Web Servers,
.NET

The URL Rewrite Module was originally introduced to map incoming, user-friendly URLs to pages written with ASP.NET or PHP. With version 2, the other side is addressed. URLs automatically generated by applications can rewritten before they hit the user’s browser.

Presentation: Windows as a Web Platform

Topics
Web Servers,
Application Servers,
.NET

Eric Nelson provides an architectural deep dive into the internals of IIS and the .NET Framework 3.5 with a goal of reducing the lines of code in web applications.

PowerShell for IIS

Topics
.NET

The push for making Windows configurable from the command line continues with the IIS 7 PowerShell Provider.