Posted to
IIS7 - Configuration & Scripting
by
Todii
on
08-09-2008, 12:12 PM
Hi!
I recently ran into a problem trying to add a binding for an internation domain name, IDN, containing characters like ÅÄÖ.
In
IIS 6, you could not add domains like "www.åäö.se", you had to add the
PUNYCODE instead, which is "www.xn--4cab6c.se". I was trying to migrate
my sites over to IIS7 on Windows server 2008, and ...