When using rewrite maps in IIS URL Rewrite it is very common to have a very large number of entries in a rewrite rules. In order to avoid cluttering the configuration file - web.config - with this configuration data the rewrite rules can be defined in a separate configuration file. That file can then be referenced from the web.config file. [...]
