How can I setup a domain with ÅÄÖ in IIS?
|
feedback
|
|
Domain names cannot have accented characters, and are limited to letters and digits. A good example, if you are having any doubts is that you probably cannot name any Russian domain name with Russian letters. This is probably why you are unable to setup such a domain in IIS. | |||||||
feedback
|
|
You need to convert the special characters to punycode and add that domain to IIS (or any other webserver you might be using). Example:
converted to punycode:
A punycode converted can be found here: | |||
|
feedback
|
|
kolla det: https://domanhanteraren.iis.se/start/idn/,%20txt:conversion%20tool you'll need first to translate domain name with national characters into one in plain form. then configure your iis to handle such name. | |||
|
feedback
|