Hi
Im doing multilanguage webpage. I dont use one domain with language identificator (like example.com/fr|de|en/something), but I use domain for each language (like example.fr, example.de, example.com).
In the website I identify the url and then set the proper CultureInfo, resources, etc.
Is it possible to lead all these domains to one Azure website?
Its pretty easy application with one web role and one server role.
Thanks a lot