What are the ways of dynamic url rewriting in IIS, asp.net web page. I know one of them is to add rules into config dynamically, but that has some disadvantages.
Answer 1:
您还可以使用自定义的改写与IIS URL重写模块供应商。 有关于这个问题的好文章在这里 。
如果你想动态重写规则DbProvider可能是最有用的给你。
Answer 2:
- 使用IIS URL重写模块URL重写
URL重写模块2.0
- Asp.Net路由
ASP.NET路由
- Urlrewriting.Net
使用UrlrewritingNet.UrlRewrite
我会建议使用ASP.Net路由。
文章来源: IIS URL dynamic rewriting ways