The IIS URL Rewrite Module 2.0 – RTW is available for
download. IIS URL Rewrite v2.0 is an incremental release that includes all the features from
version 1.1, and adds extensibility support and outbound response rewriting. More specifically, v2.0 can be used to:
Express complex URL rewriting logic by using custom rewrite providers written in .NET.
Replace the URLs generated by a web application in the response HTML with a more user friendly and search engine friendly equivalent
Fix up the content of any HTTP response by using regular expression pattern matching.
Modify HTTP request and response headers and IIS server variables.
To install the URL Rewrite 2.0 – RC, use the download links at the module’s home page at
http://www.iis.net/extensions/urlrewrite. Note that this is a final, production ready release that is officially supported by Microsoft.
Upgrade notes:
If a previous version of URL Rewrite Module, such as v1.0 and v1.1, is already installed then it will be upgraded to the v2.0;
If an RC version of the URL Rewrite Module 2.0 is already installed, then it will be upgraded to RTW version.
Install the URL Rewrite Extensibility Samples
An important new feature in this release is the support for custom rewrite providers that can be written in .NET. Custom rewrite providers can be used to implement complex rewrite logic which cannot be expressed by using built-in rewriting functionality.
ruslany
900 Posts
Microsoft
Moderator
IIS URL Rewrite 2.0 - Release To Web
Mar 11, 2010 06:20 PM|LINK
The IIS URL Rewrite Module 2.0 – RTW is available for download. IIS URL Rewrite v2.0 is an incremental release that includes all the features from version 1.1, and adds extensibility support and outbound response rewriting. More specifically, v2.0 can be used to:
For the complete list of features available in this version, refer to Using URL Rewrite Module 2.0.
Install the URL Rewrite 2.0 – RTW
To install the URL Rewrite 2.0 – RC, use the download links at the module’s home page at http://www.iis.net/extensions/urlrewrite. Note that this is a final, production ready release that is officially supported by Microsoft.
Upgrade notes:
Install the URL Rewrite Extensibility Samples
An important new feature in this release is the support for custom rewrite providers that can be written in .NET. Custom rewrite providers can be used to implement complex rewrite logic which cannot be expressed by using built-in rewriting functionality.
The URL Rewrite Extensibility Samples include the .NET assemblies and the source code implementing the following providers:
Download the URL Rewrite Extensibility Samples from MSDN Code Gallery.
More Information
The following documentation about URL Rewrite 2.0 is available on IIS.net: