Currently I have a rule that doesn't seem to work and I am wondering if I can use html anchors #
to redirect users
<match url="^article\/article\.aspx$" />
<action type="Redirect" url="http://www.abc.com" />
<conditions>
<add input="{QUERY_STRING}" pattern="#24" />
</conditions>