User-475956060 posted
When saving string variables in session variables and later on retrieve them, national characters causes trouble.
For example danish / norwegian Ø will be convertet to: Ø
Somebody told me to change web.config globalization setting, like this:
<globalization
fileEncoding="utf-8"
requestEncoding="utf-8"
responseEncoding="utf-8"
culture="da-DK"
uiCulture="da-DK"
/>
Unfortunately the problem is still there
This is asp.net 2.0 beta 2.
Regards Petter (Norway)