ServerHeader IIS7 Feature

Windows This is a Community Contributed Download

CategoryManage, Develop
LicenseFree
Supported byEmail
Works WithIIS 7
Documentation N/A
Updated onJanuary 29, 2007
Uploaded bydbaier

Overview

ServerHeader is a sample IIS7 feature. It includes an HttpModule that can change the Server response Header to a different value. Furthermore it includes an IIS7 configuration extenstion, a strongly typed configuration section and a IIS7 module/module provider GUI extension. This sample demonstrates all necessary steps to write a full features IIS7 extension with configuration and GUI integration. See my blog for documentation: http://www.leastprivilege.com/IIS7ManagedExtensibilityAnEndtoendExample.aspx http://www.leastprivilege.com/IIS7ManagedExtensibilityTheHttpModule.aspx http://www.leastprivilege.com/IIS7ManagedExtensibilityExtendingConfiguration.aspx http://www.leastprivilege.com/IIS7ManagedExtensibilityServerManagementIntegration.aspx http://www.leastprivilege.com/IIS7ManagedExtensibilityClientUIIntegration.aspx http://www.leastprivilege.com/IIS7ManagedExtensibilitySolutionStructure.aspx http://www.leastprivilege.com/IIS7ManagedExtensibilityDeployment.aspx http://www.leastprivilege.com/IIS7ManagedExtensibilityServerHeaderFeature.aspx

Features

- HttpModule
- Configuration Schema
- Strong typed configuration sections
- IIS7 module provider and service
- IIS7 GUI module and proxy
- deployment package

Benefits

Walks you through all the necessary plumbing pieces to integrate into IIS7

Requirements

- IIS7
- Visual Studion 2005