<RewriterConfig>
<Rules>
<RewriterRule>
<LookFor>http://xx.xxx.com/test.html</LookFor>
<SendTo><![CDATA[~/html.aspx]]></SendTo>
</RewriterRule>
<RewriterRule>
<LookFor>http://xx.xxx.com/test.aspx</LookFor>
<SendTo><![CDATA[~/html.aspx]]></SendTo>
</RewriterRule>
</Rules>
</RewriterConfig>