给单个ASPX页面设置编码

如果是要将某个页面单独设置为gb2312则为:

程序代码

 

<location path="Interface/Editor2ProofHandler.ashx">
    <system.web>
      <globalization fileEncoding="gb2312" requestEncoding="gb2312" responseEncoding="gb2312" culture="zh-CN"/>
    </system.web>
  </location>
posted @ 2008-12-16 09:55  herobeast  阅读(1208)  评论(0编辑  收藏  举报