IIS URL dynamic rewriting ways

前端 未结 2 433
眼角桃花
眼角桃花 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: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.

提交回复
热议问题