Deploy Bot in local IIS and include it in custom chat in a webpage

后端 未结 1 1193
执念已碎
执念已碎 2020-12-20 01:06

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条回答
  • 2020-12-20 01:56

    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.

    0 讨论(0)
提交回复
热议问题