URL Rewrite not executed on Azure, several projects
问题 I am trying to rewrite the URL on an Azure MVC application. The solution contains many projects, thus has web.config files all over the place. The URL Rewrite objective is to send all URLs based on the Project "Statistics" to the subdomain "admin", whatever subdomain was called at the origin of the request. (I created this rule independently on my laptop with IIS Manager and imported it manually in one of the projects) <configuration> <system.webServer> <!--Something here. The rule nests at