gpt4 book ai didi

asp.net-mvc - 使用 IIS 7 重写模块重写 & 符号 URL

转载 作者:行者123 更新时间:2023-12-04 03:34:08 25 4
gpt4 key购买 nike

如何在 web.config 文件的 url 重写规则中使用 & 符号 ( & )?

我想重写网址:

http://www.foo.com/index.asp?SomeParameter=SomeValue&SomeId=00

到:
http://www.foo.com/Section/Page

我在 web.config 中编写了以下规则:
    <rule name="RuleName" stopProcessing="true">
<match url="^index.asp?SomeParameter=SomeValue&SomeId=00" ignoreCase="true" />
<action type="Redirect" url="Section/Page" appendQueryString="false" />
</rule>

但是我在输入网址中遇到了与符号( & )有关的问题。当试图重写我得到:

The requested page cannot be accessed because the related configuration data for the page is invalid.



我试图将 & 符号解析为 %26 ,但我得到同样的错误。

最佳答案

尝试使用 HTML & 字符代码 &amp;

关于asp.net-mvc - 使用 IIS 7 重写模块重写 & 符号 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7094846/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com