views:

41

answers:

0

I would like to rewrite a query string value using a map in the IIS Url Rewrite Module.

Example Map:

one   -> eleven
two   -> fifty  
three -> ninety

So the following URL:

http://www.mydomain.com/page.aspx?id=one

turns in to:

http://www.mydomain.com/page.aspx?id=eleven

Note: there may be other query parameters passed in the URL which i do not want removed