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

这一生的挚爱 提交于 2019-12-18 09:47:54

问题


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.



来源:https://stackoverflow.com/questions/44558760/deploy-bot-in-local-iis-and-incle-it-in-custom-chat-in-a-webpage

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!