Encoding has nothing to do with culture.
Try setting :
<globalization culture="xx-XX" uiCulture="xx-XX" />
....in web.config.
Substitute the culture you want for "xx-XX"...
See :
http://asp.net.do/test/culture3.aspx
for a sample which sets current culture and iuCulture correctly.
If that answers your question, I'll be happy to post the source code for that page.
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en espanol :
http://asp.net.do/foros/
======================================
<(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> Hi, all!
>
> I have a question about CurrentCulture
> ( System.Globalization.CultureInfo.CurrentCulture ). As I understand,
> by default, System.Globalization.CultureInfo.CurrentCulture has the
> same settings (currency, date, spearators,..) as these that we can see
> and edit from Control Panel -> Regional and Language Options.
>
> It is true, when I use CurrentCulture in Console application in .Net
> 1.1.
> But when I use it in ASP.Net Web Application 1.1 CurrentCulture
> settings differs from "Regional and Language Options".
>
> I looked web.config and machine.config - globalization section has
> default attributes:
> <globalization requestEncoding="utf-8" responseEncoding="utf-8"/>
>
> In ASP.Net 2.0 everything is correct.
>
> Can anyone help me?
>
> Thanks,
> Ilya
>