The ASP.NET URL Rewriter Library is an ASP.NET library designed to work with IIS 7.0 Integrated Pipeline.
The library implements an
HttpModule that allows a web developer to specify rules in the web.config file for analyzing and rewriting a URL. This library allows web developers to specify just about any URL scheme. Unlike other libraries that attempt to provide similar functionality, the URLRewriter is designed to minimally impact the processing time of URL by caching all mapping results. The library fully implements a configuration collection allowing the URLRewriter configuration to work we with nested applications.
Latest Release
The latest release of the ASP.NET URL Rewriter Library can be found on the
ASP.NET URL Rewriter Library Download page.
User Guide
The current user guide can be found on the
ASP.NET URL Rewriter Library User Guide page.
Other Related Material