Is it possible to have one asp.net web application that handles requests from two domains via asp.net routing? I need one TLD domain per language version pointing to the same app.
- How to set up a route that recognize, if the request is coming from domain1.de or domain2.com?
- How to configure the domains DNS for this to work?
Thanks in advance!