If you see the yahoo site, when you enter www.yahoo.com, the yahoo server gets your IP, and redirects you to the specific domain (yahoo.ca,yahoo.us,....)
Now, I want do this,Not for special site, I want to get any request send to iis (www.1.com,www.2.com,www.3.com) and with the algorithm, redirect user to the new site for example:
Request: www.1.com GO To -> www.yahoo.com
Request: www.2.com GO To -> www.google.com
....
I want handle IIS, no each webconfig's site.
Can anybody help me?