iis 编译错误 报乱码的问题 web.config
加上
<httpProtocol>
<customHeaders>
<add name="Content-Type" value="text/html; charset=utf-8" />
</customHeaders>
</httpProtocol>
转载于:https://www.cnblogs.com/honger0414/p/5728207.html