Where to find a patch for IIS6 to accept domain name with accent.
Example : télévision

=?ISO-8859-1?Q?Re=3A_IIS6_and_domain_name_with_accen?= by Andrey

Andrey
Mon Apr 26 10:31:45 CDT 2004

Philippe wrote:

> Where to find a patch for IIS6 to accept domain name with accent.
> Example : télévision
>

Sorry, no patch :o) I believe since DNS standard allows only any one of
the 52 alphabetic characters A through Z in upper case and a through z
in lower case and digits 0 - 9 - IIS shouldn't allow you to enter such a
"wrong" domain name in HostHeaders. Please see
ftp://ftp.rfc-editor.org/in-notes/rfc1034.txt,

page 10 for details.

-Andrey


RE: =?ISO-8859-1?Q?Re=3A_IIS6_and_domain_name_with_accen?= =?ISO-8859-1?Q?t_like_=22t=E9l=E9vision=22?= by v-wzhang

v-wzhang
Tue Apr 27 01:14:36 CDT 2004

Yes, the following KB article talks about manually edit metabase file
to enforce IIS using unicode characters in host header. However, this
shouldn't be accepted by Internet DNS.

332052 IIS6: User Interface Does Not Permit Unicode Characters in
Host Header
http://support.microsoft.com/?id=332052

Please let me know if you have any concerns on it.
Best regards,

WenJun Zhang
Microsoft Online Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
Get Secure! - www.microsoft.com/security


Re: Re: IIS6 and domain name with accent like "télévision" by Philippe

Philippe
Tue Apr 27 02:03:47 CDT 2004

Thank you very much for your help!
Do you know if the same exists for DNS and ISA server ? Cos it's possible to
add the domain name
like "télévision" but both seems to not handle it successfuly.




""WenJun Zhang[msft]"" <v-wzhang@online.microsoft.com> a écrit dans le
message de news:arQJw7BLEHA.3064@cpmsftngxa10.phx.gbl...
> Yes, the following KB article talks about manually edit metabase file
> to enforce IIS using unicode characters in host header. However, this
> shouldn't be accepted by Internet DNS.
>
> 332052 IIS6: User Interface Does Not Permit Unicode Characters in
> Host Header
> http://support.microsoft.com/?id=332052
>
> Please let me know if you have any concerns on it.
> Best regards,
>
> WenJun Zhang
> Microsoft Online Support
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> Get Secure! - www.microsoft.com/security
>



Re: Re: IIS6 and domain name with accent like "télévision" by v-wzhang

v-wzhang
Wed Apr 28 04:30:26 CDT 2004

Hi Philip,

I haven't heard any info about MS DNS or ISA server support this.
However, you may post a new question to ISA or Windows Networking
newsgroup to confirm it.

Best regards,

WenJun Zhang
Microsoft Online Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
Get Secure! - www.microsoft.com/security


Re: IIS6 and domain name with accent like =?ISO-8859-1?Q?"t=E9l=E9vision"?= by Olaf

Olaf
Wed Apr 28 05:14:28 CDT 2004

Hallo Philippe,

"Philippe" <me@me.com> wrote:

> Do you know if the same exists for DNS and ISA server ? Cos it's possible to
> add the domain name
> like "télévision" but both seems to not handle it successfuly.

If you want to use IDNs (http://www.ietf.org/rfc/rfc3490.txt), you must
encode host header or ns records with Punycode
(http://www.ietf.org/rfc/rfc3492.txt).

--
Regards, Olaf
MS MVP ASP