我正在尝试使用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