Hi,
I am working on a legacy web application (ASP.NET), which is used to store some employee data. This app is stored on the IIS7, Win7 Enterprise web server (development), with all regional settings (including system's locale) set to English (UK). I'm supposed to setup a copy of this application on the same web server. This copy will be used in Hungary and must support all Hungarian characters.
I created a copy of the database and changed the collation to the Hungarian one.
Now, there are 2 Hungarian characters, which are not displayed properly in the web app: u (with 2 accents) and o (also with 2 accents).
I can get this to work by changing the system locale to Hungarian on the dev machine but as I will not be able to perform such change on the production server I would like to know if there are any other options, which could be used instead.
I was playing with the .NET Globalization settings for the application (changing the encoding to Windows-1250 or ISO8859-2 did not help) but with no luck.
Any help appreciated.