【发布时间】:2016-12-15 06:29:08
【问题描述】:
成功将我的 Web Api 发布到 Azure 后,当我尝试点击 api 时,我收到以下错误。
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
注意:程序集绑定失败日志记录会带来一些性能损失。
要关闭此功能,请删除注册表值 [HKLM\Software\Microsoft\Fusion!EnableLog]。
【问题讨论】:
标签: c# rest azure asp.net-web-api