HttpHandler 在 ASP.NET 中重定向 url
我正在尝试编写一个执行 url 重定向的 HttpHandler,
例如每次我编写 url:www.google.com 时
它都会重定向到 www.yahoo.com
我该怎么做?
我需要更改的定义是 IIS (7.0)
谢谢, 乔
I'm trying to write an HttpHandler that does url redirection ,
For example, every time I write the url : www.google.com
It redirects to www.yahoo.com
How can I do that ?
What defines do I need to change is IIS (7.0)
Thanks,
Joe
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不使用 IIS url 重写模块?
Why not use the IIS url rewrite module?