Is it possible to deploy bot in local IIS and then link it to a custom chat application which we create? if possible, how?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You can deploy it in IIS, I did so successfully. I published it to a folder (using the file system method in VS 2015) and then created a new Application in IIS whose /root folder was the location of the published bot.
Make sure that you enable POST requests for the site after you publish it.
Also make sure you have a SSL certificate.