<location path="/home/address?city="jcity" allowOverride="true">
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<httpRedirect enabled="true" httpResponseStatus="Permanent"
exactDestination="true" destination="/home/jerseycity" />
</system.webServer>
</location>
錯誤是位置標記不允許「?」。做這個重定向的最好方法是什麼?使用位置標記的Asp.net重定向