Previous Next

Thread: National charset problem use Request.QueryString method on IIS 7

Last post 06-11-2008 7:03 AM by egemenkaradeniz. 0 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (1 items)

Sort Posts:

  • 06-11-2008, 7:03 AM

    National charset problem use Request.QueryString method on IIS 7

    Hi,

    I'm a classic ASP developer and my sites running on IIS 6.0 platform. I want move my sites to IIS 7 platform, but i have problem Request.QueryString method.

     Example;

     http://localhost/test.asp?message=Adı Soyadı

    test.asp 

    ---------------------------------------------------------------------------------------------------------

    <%@ Language=VBScript CodePage=1254%>

    <%

    Response.CharSet="windows-1254"

    Response.Write Request.QueryString("message")

    %>

    ------------------------------------------------------------------------------------------------------------------------------

    The code return following value 

     Ad? Soyad?

    I can't escape() function, can I set IIS 7 property this problem?

    Thanks.

Page 1 of 1 (1 items)
Page view counter