0

I am building a bot with the Microsoft bot framework. I don't want to use bot(other than webchat) emulator and don't want to use Azure also.I want to host my bot in local IIS only. Instead of using bot emulator I want to create my own custom chat page for chat with bot. I checked this but didn't get any idea. Is there any way to do so? Please help. Thanks.

Community
  • 1
  • 1
Harsh Jaswal
  • 447
  • 3
  • 14

1 Answers1

0

If you've internet connection you can use ngrok to make your local address public. Then, for endpoint use generated address from ngrok. At the end, send web chat to your testers.

Bob Swager
  • 884
  • 9
  • 25