.NET 上的 URL 重写

发布于 2024-10-27 09:58:20 字数 306 浏览 2 评论 0 原文

如何实现双向重写到 Web 服务器

www.mysite.com/region/program/cat1/cat2/cat3

发生以下情况的入站将请求发送到服务器

www.mysite.com/program.ASPX?idregion= (regionlookupnumber)&idcategory=3276

当服务器要写入上面的内容时,它会以另一种方式转换它。

使用 URL 重写包在 IIS7 上进行双向 URL 重写。如果可能的话,我们不想修改源代码。

有什么建议、资源或示例链接吗?

How can I acheive bi direction rewriting to where the following occurs inbound to the web server

www.mysite.com/region/program/cat1/cat2/cat3

sends the request to the server

www.mysite.com/program.ASPX?idregion=(regionlookupnumber)&idcategory=3276

and when the server is going to write the above it converts it the other way.

Bi-directional URL rewriting on IIS7 using the URL rewriting package. We don't want to modify the source code if possible.

Any advise or resource or sample link please?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

霊感 2024-11-03 09:58:20

我使用 url 重写包 2.0 的自动友好 url 模板来完成此操作
效果非常好。您只需要确保只重写您真正需要的网址即可。例如,如果您重写 img、链接等标签,则可能会破坏您的页面。

I did this using the automatic friendly url template of the url rewriting package 2.0
It works really well. You just need to make sure to only re-write the urls you really need to. If you re-write img, link, etc. tags for instance, it can break your page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文