IIS URL dynamic rewriting ways

前端 未结 2 411
眼角桃花
眼角桃花 2021-01-15 15:15

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 disadvant

相关标签:
2条回答
  • 2021-01-15 15:23

    You can also use custom rewrite providers with the IIS Url Rewrite Module. There is a good article on the subject here.

    The DbProvider might be the most useful to you if you want dynamic rewrite rules.

    0 讨论(0)
  • 2021-01-15 15:43
    1. Url Rewriting using IIS Url Rewriting Module

    URL Rewrite Module 2.0

    1. Asp.Net Routing

    ASP.NET Routing

    1. Urlrewriting.Net

    UrlRewritingNet.UrlRewrite

    I would recommend using ASP.Net Routing.

    0 讨论(0)
提交回复
热议问题