We refer to this article in several gardens:
Article 1: Simple use of URL rewriting for Microsoft URLRewriter.dll
(explains the download using UrlReWriter.dll, how Web. config configures the use of the DLL in the Target Framework 2.0 application Pool Classic mode, a web example, an example of a setup that lacks a handler mapping)
Article 2: Using httphandlers in Web. config
(explains how URLRewriter.dll handles URL rewrite addresses from the principle to be forwarded to the actual server address)
Article 3: Workaround for the detected ASP. NET settings that are not applicable in integrated managed pipeline mode (GO)
(explains the classic and integrated modes, and sets the difference between handlers in Web. config)
Install URLRewriter.dll, or you can use the console with package management control:
Command: Install-package asp.neturlrewriter-version 12.8.4.30
Referring to these articles, I believe that you can use URLRewriter.dll to finish rewriting the URL of the project configuration.
Microsoft URLRewriter.dll URL Rewrite in target framework. Net Framework2.0, 4.0 and application Pool Classic mode, Integrated mode configuration