Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
241 views
in Technique[技术] by (71.8m points)

asp.net - Swedish characters (åäö) not working on webserver but works on local computer

As the headline says I have some strange problem of getting the special characters to work on the webserver but they show properly when I run the homepage from my local computer.

Using visual studio express 2012 for web. .NET framework is verison 4.5.51209.

In the aspx.vb file I change the Culture using.

System.Threading.Thread.CurrentThread.CurrentCulture = New CultureInfo("sv-SE")

And in the aspx file I have this code telling it should use UTF-8.

Page Language="VB" Culture="sv-SE" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" UICulture="SE"

<head>
        <meta http-equiv="Refresh" content="60"/>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>

Running from local computer

Running from webserver

Can someone help me and tell me what I'm missing?

The regional setting on the local computer is: Swedish (windows 7) On webserver it's also Swedish (windows server 2008 R2)

Cheers

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...