我要开始为Skype编程机器人,懈怠等我已经安装在微软Azure门户网站由外挂并促成了与Visual Studio团队服务(VSTS)和Visual Studio(VS)持续部署。 其中我只是用来从Azure中的代码到我的电脑,但想在未来使用部署为好。
当我在VS本地运行从Azure的股票博特,只有LUISAppId和APIKey填写,当我将消息发送给它失败。
这是错误的代码:
iisexpress.exe Warning: 0 : Service url localhost:59706 is not trusted and JwtToken cannot be sent to it.
有谁知道如何解决这一问题? 我已经尝试过: MicrosoftAppCredentials.TrustServiceUrl(@"localhost");
和MicrosoftAppCredentials.TrustServiceUrl(@"localhost:59706");
在MessageController.cs