0

i have a webform.page, on a master.page.

  1. When I run from VS Development Server, everything looks great... hebrew and stuff :")
  2. When I deploy/upload the files to 'Arvixe.com' shared server.
    the page comes half gibberish.
  3. The content of the Master.Page is kept intact.
  4. The content of the Web-form is Gibberish, EXCEPT for text that come from my SQL DATABASE as NVARCHAR.

There are slight differences in the Web.config (other constraints).
tried playing with <globalization> tag.
all pages contain <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

Screenshot - only the Title of the Repeater is hardcoded in the content page Screenshot - only the Title of the Repeater is hardcoded in the content page

timss
  • 9,982
  • 4
  • 34
  • 56
Tomer W
  • 3,395
  • 2
  • 29
  • 44
  • possible duplicate of [Having trouble with UTF-8 storing in NVarChar in SQL Server 2008](http://stackoverflow.com/questions/5723238/having-trouble-with-utf-8-storing-in-nvarchar-in-sql-server-2008) – Dan Esparza Jun 03 '13 at 14:41
  • it aint the SQL problem, found the solution see below – Tomer W Jun 03 '13 at 14:51

1 Answers1

0

Just Typical...
spend 2 hours searching for the solution.
another 15 min to phrase the question.
and find the solution 2 min after that.

the Content Pages where ANSI so i converted them to UTF8 and uploaded.
Everything is great now both locally, and on the server.

Tomer W
  • 3,395
  • 2
  • 29
  • 44