Search Wiki:
Resource Page Description
IIS URL Rewrite Module v2 enables usage of custom rewrite providers that can be implemented by using any .NET language. The rewrite providers can be used for a variety of cases, where built-in rewriting functionalty is not sufficient.

The extensibility examples provide .NET assemblies and the source code with full implementation of rewrite providers for the two most common use cases:

Storing of the rewrite or redirect mappings in a SQL database;
Storing of the rewrite or redirect mappigns in a text file;
Storing of the lookup substrings in a text file.

Last edited Mar 11 2010 at 12:28 AM  by ruslany, version 2
Comments
Dannster wrote  Aug 5 2011 at 11:01 AM  
Just so no one else wastes half an hour looking for where it gets installed. I found it here on my Windows 7 machine...
C:\Program Files (x86)\IIS\IIS URL Rewrite Extensibility Samples

Updating...
Page view tracker