<rule name="blog" stopProcessing="true">
<match url="en/blog.aspx?Id=9" />
<action type="Redirect" url="http://www.mynewurl.com" redirectType="Permanent" />
</rule>
「en/blog.aspx」はリダイレクトできますが、「en/blog.aspx?Id=9」しかリダイレクトできません。
何か案は?