Url rewriting is an important feature that will enable application to be search engine friendly and make url more readable. IIS 7.0 comes with built in url rewriting module so you don’t need to write more code for url rewriting module. URL Rewriting module will do following for you.
- Replace the URLs generated by a web application in the response HTML with a more user friendly and search engine friendly equivalent
- Modify the links in the HTML markup generated by a web application behind a reverse proxy.
- Fix up the content of any HTTP response by using regular expression pattern matching
You can download IIS 7.0 URL Rewrite Module 2.0 Beta Version from the following.
http://www.iis.net/downloads/default.aspx?tabid=34&i=1904&g=6
It is containing following features.
- Rule base url rewriting Engine
- Regular Expression Pattern Matching.
- Wild card pattern matching.
- Global and Distributed rewrite rules.
- Access to server variable and http headers.
- Various Rule Actions
- String manipulation features.
- Support for IIS kernel mode and user mode output caching
- Failed Request Tracing Support
- Rule Templates
- UI for testing of regular expression and wildcard patterns
- UI for managing rewrite rules and rewrite maps
- GUI tool for importing of mod_rewrite rules
For more details about IIS 7.0 Url Rewriting modules visit following links.
http://learn.iis.net/page.aspx/460/using-url-rewrite-module/
http://ruslany.net/2009/07/url-rewrite-module-2-0-for-iis-7-beta/
0 comments:
Post a Comment
Your feedback is very important to me. Please provide your feedback via putting comments.