Click here to Skip to main content
15,887,464 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm building a bot with the Microsoft Bot Framework. Do I need to deploy my bot to Azure in order to register my bot or can I simply deploy my bot to a normal (for example) IIS Server?

I couldn't find any information on this topic and I don't want to use Azure.
Can I call this url as a post method to get the response alone? So that I can initiate a bot call from my private design template?

What I have tried:

I created a bot and hosted in IIS and did ngrok registration.
Posted
Updated 2-Oct-23 4:59am
v2

1 solution

The Bot Framework works with bots deployed on any hosting service, cloud or on-prem, as long as you have an internet-accessible endpoint and a valid HTTPS cert.
 
Share this answer
 
Comments
robinsonpaul 26-Sep-23 5:55am    
agreed its worked in IIS. How to consume the url using http post and params from webapp
Richard Deeming 26-Sep-23 6:48am    
Try reading the documentation: Microsoft Bot Framework[^]

A "quick answers" forum is not the place to teach you how to use a third-party framework.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900