I am having a little trouble understanding how to manipulate the hosts file. I am using IIS 7.5 and Windows Server 2008 RC2.
How can I make any requests from my machine to google.com resolve to bing.com?
I am having a little trouble understanding how to manipulate the hosts file. I am using IIS 7.5 and Windows Server 2008 RC2.
How can I make any requests from my machine to google.com resolve to bing.com?
Use
nslookup
to find an IP address for bing.com. Then add an entry in your hosts file that looks like:Replace the IP address with the IP you found for bing.com.
Keep in mind, though, that there's not one IP address for any of these services that operate at a massive scale, so the IP address you're getting for bing.com or google.com today may not be in use tomorrow.
Bing has the following IP: 65.55.175.254
So it would be
It will change the url due to redirection on bing's end.. nothing you can do about that