asp.net Chinese display of two solutions _ practical skills

Source: Internet
Author: User

Method One:

After browsing the Microsoft NGWS document found that in the common problem section of the document mentioned to add a Config.web file to the Web directory, try, the Chinese display is OK.

The method is as follows:
Create a file Config.web, as follows, in the web directory

Requestencoding= "Utf-8"
Responseencoding= "Utf-8"
/>


Later on the internet to see someone posted in the forum said will Utf-8 replaced gb2312 seems to be able to, the author has not tried, we can try.

Method Two:

Later subscribed to Microsoft's newsgroups and found articles in Microsoft's newsgroup dotnet.framework.aspplus.general that discussed the issue, by adding <%@ CODEPAGE = "936"%> to the beginning of each page, somewhat similar to the <%@ in JSP Page contenttype= "text/html;charset=gb2312"%> hurriedly test a moment,

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.