12-26-04 10:47 PM
I did a View Source in IE6 (on Win XP sp2 english) and saved the source and
it became automatically UTF-8, so if that is what you mean then it is only
my saved view source which is UTF-8. The aspx pages giving this resultant
View source are made in Visual Studio 2003. The servers are both configured
the same way besides that port 81 site on one server is integrated in
default web site on the other.
Do you know where such a setting in IIS could be found? Since the same code
is copied to two servers and giving different results on Default and
non-default web, I guess there must be some setting in IIS then as you say.
Best regards
Niklas
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:OFvtPM46EHA.2540@TK2MSFTNGP09.phx.gbl...
> Hi Niklas,
>
> these pages are encoded as UTF-8.
> You need to ensure that they are sent to the client with an UTF-8 encoding
> mark in the http header.
> This can be done by setting the code page in the web.config.
> Or add a meta tag to the template itself which sets the code page to
> UTF-8.
>
> Actually this is not a MCMS problem but either a ASP.NET or IIS
> configuration problem.
>
> Cheers,
> Stefan.
>
> "Niklas E" <raven_tln0sp4m@hotmail.com> wrote in message
> news:#M6ampz6EHA.936@TK2MSFTNGP12.phx.gbl...
> on
> the
> a
> we
> between
> as
>
>
[ Post a follow-up to this message ]
|