警告: 程序集绑定日志记录被关闭。
要启用程序集绑定失败日志记录,请将注册表值 [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD)设置为 1。
注意: 会有一些与程序集绑定失败日志记录关联的性能损失。
要关闭此功能,请移除注册表值 [HKLM\Software\Microsoft\Fusion!EnableLog]。
1.解决方案
项目右键属性-生成,将目标平台设为Any CPU;
2.Problem: iis发布 乱码
Solution:
在web.config 统一配置全站的编码,
web.config <system.web>与</system.web>之间
<globalization requestEncoding="gb2312" responseEncoding="gb2312"/> 或者utf-8
页面head之间加上<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> 或者utf-8
时间: 2024-09-28 18:33:39