I am working with a classic asp application.
We have multilingual text in application e.g. German, italian etc. The texts are saved in database. When the text is displayed in the application the special characters (e.g. "ü, ä") are corrupted.
- in web.config I have globalization tag with following configuration but still the application text with special characters get corrupted.
- I then added the in my default.asp. Then the special characters are correctly visible in application. But here comes another issue while saving the data, the special characters got corrupted like this "wöchentliche"
Can you kindly guide me, what I am doing wrong?