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"