Runtime Extensibility

Published on November 16, 2007 by pharr

Updated on November 16, 2007 by pharr

Average Rating  Rate It (0)

RSS

In This Section

An End-to-End Extensibility Example for IIS 7.0 Developers

Introduction Extensibilitywas not a priority on the IIS 6.0 feature list. The IIS team had to deal with more urgent issues: improving security, reliability and performance. IIS 6.0 is a huge step forward with regard to these particularissues. IIS 7.0 brings ...

Developing IIS 7.0 Modules and Handlers with the .NET Framework

Overview This article focuses on getting started with developing IIS 7.0 Web server features based on the .NET Framework. This article demonstrates: How to decide whether to develop an IIS 7.0 module or an IIS 7.0 handler How to set up your development environment ...

Sample: Web Analytics Tracking Module

The Web Analytics is a popular technology space today. Its purpose is to provide web site owners with statistical information about visitors to their sites, so that site publisher can optimize the content, advertisement and service offering to increate the ...

Extending Web Server Functionality in .NET

Building Web server add-ons and extensions is simpler and less time-consuming because IIS 7.0 supports .NET extensibility through the IHTTPModule and IHTTPHandler interfaces that ASP.NET developers already know and use today. This tutorial covers building ...

Develop a Native C\C++ Module for IIS 7.0

Introduction IIS 7.0 allowsfor extending the serverby modules which aredeveloped in two ways: Using managed code, and the ASP.NET server extensibility APIs Using native code, and the IIS 7.0 native server extensibility APIs Unlike the previous versions of ...

Developing a Module Using .NET

Introduction IIS 7.0 allows for extending the serverby moduleswhich aredeveloped in two ways: Using managed code, and the ASP.NET server extensibility APIs Using native code, and the IIS 7.0 native server extensibility APIs In the past, ASP.NET modules were ...

How to Add Tracing to IIS 7.0 Managed Modules

Introduction IIS 7.0 now features the ability to plug-in and use custom developed managed modules to accomplish many different tasks and use those modules for all sorts of content. However, the question arises: what happens ifthe module has problems or difficulties ...

Sample: Image Watermark Module

This is a sample of how to write a native (C++) module that will dynamically insert an user-configured watermark into an image being served, as well as how to extend the configuration and the inetmgr UI tool to provide easy administration of the new module ...

Comments

You must Log In to comment.

Page view counter