.NET 上的 URL 重写
如何实现双向重写到 Web 服务器
www.mysite.com/region/program/cat1/cat2/cat3
发生以下情况的入站将请求发送到服务器
www.mysite.com/program.ASPX?idregion= (regionlookupnumber)&idcategory=3276
当服务器要写入上面的内容时,它会以另一种方式转换它。
使用 URL 重写包在 IIS7 上进行双向 URL 重写。如果可能的话,我们不想修改源代码。
有什么建议、资源或示例链接吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用 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.