在Web.Config中启用了调试,但我仍然收到调试被禁用的错误

时间:2017-06-08 16:28:01

标签: asp.net debugging frameworks web-config bots

我正在尝试使用Microsoft Bot Framework。你可以在标题中看到我无法启动应用程序,因为调试似乎已被禁用......

Web.Config代码:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <system.web>
    <compilation debug="true" targetFramework="4.6" />
    <httpRuntime targetFramework="4.6" />
  </system.web>
</configuration>

如果我开始,我会收到此消息: Picture of the Message

有什么建议吗?谢谢

编辑:我刚刚按照以下步骤操作:Link to Microsoft Bot Framework

0 个答案:

没有答案