Browse by tags configuration

URL Rewrite Module 2.0 Configuration Reference

This section of the documentation applies to the URL Rewrite Module Version 2.0 for IIS 7 This article provides an overview of the URL Rewrite Module 2.0 functionality and explains the new configuration concepts used in this version. For detailed information ...

Configuring a Web Farm Using IIS Shared Configuration

Managing large web farms with IIS 7.0 and Windows Server 2008 has become simpler than ever. In this tutorial we will cover how to setup IIS 7.0’s new shared configuration features. ...

Delegating Configuration to web.config Files

Distributed, file-based configuration is a powerful new feature of IIS 7.0 that enables delegated management of Web application settings at a very granular level. This tutorial covers the structure of IIS and ASP.NET configuration, unlocking IIS configuration ...

Editing Configuration Files

Strongly typed schema written in clear-text XML makes IIS 7.0 configuration files simple to read and edit. This tutorial covers reading and setting configuration in ApplicationHost.config at the server level and Web.config files at the site and application ...

Shared Configuration

Introduction The Internetchanges the ways in which companies handle their day-to-day business and how they compete in the marketplace. With the advent of new web technologies and the increase of the number of customers accessing resources available through ...

How to Use Configuration Delegation in IIS 7.0

Abstract This article explains how to enable delegated configuration on the server.It discusseshow to deploy configuration settings for the server and for your applications, together with the content pages and application code. It contains: Introduction Prerequisites ...

Understanding IIS 7.0 Configuration Delegation

Introduction IIS introduces a brand-new file-based configuration system for its seventh product release. This new systememphasizes a data-driven system suited for an entire web platform where technologies like ASP.NET, Indigo and even third-party components ...

An Overview of Feature Delegation in IIS 7.0

Introduction IIS 7.0 feature delegation will interest you if you are one of the following: A server administrator and you are not the primary person providing content on your server. A developer and you want your server administrator to give you more control ...

Feature to Configuration Reference

IIS 7.0Manager Feature to Configuration Mapping This is a quick reference for mapping IIS 7.0Manager features in the feature list to configuration sections and the modules that consume those configuration sections. The table below shows the IIS 7.0Manager ...

How to Use Locking in IIS 7.0 Configuration

Abstract This document explains how to lock and unlock configuration on the server. You will learn what settingsthe application-level configuration files can overrideand how to use the location> element to lock entire sections. You will experiment with ...

IIS 7.0 Configuration Reference

Introduction to ApplicationHost.config ApplicationHost.config is the root file of the IIS 7.0 configuration system. It includes definitions of all sites, applications, virtual directories and application pools, as well as global defaults for the web server ...

Deep Dive into IIS 7.0 Configuration

Introduction The configuration system in IIS 7.0 is significantly different than in previous versions of IIS, and builds on top of some (but not all) of the concepts of the .NET framework configuration system. Its scope spans across the entire web server platform ...

Introduction to ApplicationHost.config

Introduction ApplicationHost.config is the root file of the IIS 7.0 configuration system. It includes definitions of all sites, applications, virtual directories and application pools, as well as global defaults for the web server settings (similar to machine ...

Getting Started with IIS 7.0 Configuration

Abstract IIS 7.0 introduces a brand-new configuration system, at the core of all the new administration-related features. The configuration system is based on distributed, clear-text, XML files that hold the configuration settings for the entire web server ...

Getting Started with AppCmd.exe

Overview AppCmd.exe is the single command line tool for managing IIS 7.0. It exposes all key server management functionality through a set of intuitive management objects that can be manipulated from the command line or from scripts. AppCmd enables you to ...

Latest Blogs rss

Featured Books