Can A CHATBOT developed in Visual Studio (ASP.Net) and be deployed in
I have developed a chat bot in Visual Studio. Normally, if i am testing it on my local PC, i use Bot Framework.
Then, I have deployed it the same way i always deploy web applications. Sadly, the link (mychatbot.heroku.com) is not yielding what i want (which is an interacting chat bot), instead it only publishes what the web app shows not what the bot framework normally produce for me.
Please advise