Hi,
My setup is windows server 2008/iis7/asp.net 2.0
The site is set to work all in utf8. Problem is when I pass hebrew in the browser URL I get it wrong (question marks)
in response.
Anyone is familiar with this problem?
Here is a simple test case:
URL: /test.aspx?a=שלום
CODE:
String a = Request["a"];
Response.Write("" + a + "");
RESPONSE:
????