I have a same website in two different languages, with two different domains, one in English and other in Turkish.
Whenever someone accesses my website (www.example.com) I want to redirect that user to www.example.tr
if he is accessing that site from TURKEY
else to .com if he is accesing my website other
that TURKEY
Q: How do i achieve that in asp.net?
Q: What are the options available to achieve this?
Q: Do i have to make changes to IIS or in my CODE?