Corrupted Double-byte characters in Windows 2003 / IIS 6.0

V

Vincent Zhu

I moved ASP WebPages from Windows 2000 server to Windows 2003 server
platform. Those double-byte characters (Japanese) retrieved from SQL server
2000 are corrupted.

I am using Macromedia Dreamweaver MX as the development tool, by encoding
webpage as "UTF-8" as the following,
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

I also add
<%
Response.CodePage = "65001"
Response.Charset="utf-8"
%>
into my ASP page. But it does not solve the problem.

My ASP pages are working perfectly in Windows 2000 server, but they are not
working on Windows 2003 server (Web edition & Enterprise Edition).

Is there anyone encountered the similar problems before ? I research the
Microsoft website, no any questions on that.

Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top