How to Configure web.config for Multiple Domain 301 Redirects in IIS7 Virtual Hosting
Sometimes when using virtual hosting, you need to redirect multiple domains under a virtual host user to their respective www-prefixed versions. Below we’ll use redirecting 123.com to www.123.com, 456.com to www.456.com, and 789.com to www.789.com as an …