Is this possible to configure IIS7 to achieve the same functionality like Apache has regarding wildcard domains? I\'m interested in routing user in ASP.NET web application b
For users who cannot upgrade to IIS 10+, it is not very difficult to enable wildcard host name support via reverse proxy.
The HTTP example is as below, while other setup is just a few more steps.
Create rewrite rules on the catch-all site to dispatch requests to the two sites,
Note that at server level, ARR proxy mode must be turned on,
IIS 10 wildcard host name is simpler and also has better performance, because ARR has its overhead (but generally speaking negligible).