URL rewrite module
- by Learner
<rule name="Query String Redirect">
<match url="home/address\.aspx\?city=jcity$" />
<action type="Redirect" url="city/jerseycity" appendQueryString="false"/>
</rule>
This does not work. What should be done to make it work?