Is it possible to deploy Microsoft bot Application in IIS without Azure.
We have created a sample bot Application and running fine with the Emulator in local environ
If you are not using Azure Bot Service (i.e. Azure Functions), you can host your bot anywhere. You simply need to provide the endpoint for your bot during registration:
Yes i you use azure you can use you application anywhere and make sure credentials while configuring bot.
Dont forget to configure webhooks or endpoint url
I had this issue too. And the answer is: Sure you can! But the bad new is, that you have to publish in a valid HTTPS. So I think in this case is more simple publish on Azure.