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.