【发布时间】:2019-08-05 09:26:19
【问题描述】:
您要查找的资源已被删除、更改名称或暂时不可用。
在 web.config 文件中重写 url 后出现此错误
<location path="Speakers.aspx">
<system.webServer>
<httpRedirect enabled="true" destination="localhost/Speakers" httpResponseStatus="Permanent">
</httpRedirect>
</system.webServer>
【问题讨论】:
-
这对我来说不像是重写。看起来您正在将所有流量重定向到 localhost/Speakers。你想达到什么目的?
-
我想从 url 中删除扩展名,这就是为什么使用这个...扩展名被删除但页面不显示