> Hi,
> I have an ASP.NET 2 Hebrew website hosted at brinkster.com shared hosing.
[quoted text clipped - 15 lines]
> Thanks in advanced for any help,
> Asaf
In web.config add following
<globalization requestEncoding="windows-1255"
responseEncoding="windows-1255" fileEncoding="windows-1255"
culture="he-IL" uiCulture="he-IL" />
Asaf - 14 Sep 2007 16:02 GMT
Hello Alexey,
Thanks for your help that solved the problem.
Asaf
> > Hi,
> > I have an ASP.NET 2 Hebrew website hosted at brinkster.com shared hosing.
[quoted text clipped - 21 lines]
> responseEncoding="windows-1255" fileEncoding="windows-1255"
> culture="he-IL" uiCulture="he-IL" />