发布网友
共3个回答
热心网友
位置关系当然是有的,在vs2008中,你可以将这一段添加到<system.web></system.web>中,因为这段全局编码规定,是作用在页面解析上的。
热心网友
写在<system.web>中,例如:
<system.web>
<globalization requestEncoding="gb2312" responseEncoding="gb2312" fileEncoding="gb2312"/>
<!--
设置 compilation debug="true" 可将调试符号插入
已编译的页面中。但由于这会
影响性能,因此只在开发过程中将此值
设置为 true。
-->
热心网友
直接复制进去就行,位置关系不大。