Hi,
We have created a bot using c# sdk and tried to access the bot, it throws "invalid status code - Unauthorized" error.
Even,we are passing the "MicrosoftAppId" and "MicrosoftPassword" while accessing the bot, but still getting the "unauthorized" error.
We are using the azure storage to store the conversation data, for that also we are passing the respective bot azure storage connection strings properly.
Below listed dlls using in our c# application to access the bot.
i)Microsoft.Bot.Builder -Version 3.15.2.2 or greater
ii)Microsoft.Bot.Connector -Version 3.15.2.2 or greater
iii) Microsoft.Bot.Connector.Directline -Version 3.0.2.2
Please guide us to proceed further.
~Thanks
KM