我有一个页面在../App/Guild.aspx
现在点击下面这个链接,会跳转到上面那个页面去,而且链接页面重写了URL并且带参,我需要在上面那个页面获取到1000000009这个参数
http://xx.xx.xx.com/store/app/id/1000000009?src=89&usertoken=174fe26fb4295119d35f25f2a2fad8b5
我在WebConfig文件中是这么写的
<rewrite>
<rewrite url="" to="" processing="stop" />
</rewrite>
我不确定to属性是否是"../App/Guild.aspx?id=$1"
急...求高手给与最准确的解答...高分答谢