Saving bot state data in mySQL with .NET
问题 Since the Bot State service will be retired soon I want to store my bot state information in my local mySQL database. I tried to instantiate the SqlBotDataStore client in Global.asax using mySQL connection string but I think I'm missing something since SqlBotDataEntities table have not been created. Kindly give your suggestions on this. Thanks! protected void Application_Start(object sender, EventArgs e) { { var config = GlobalConfiguration.Configuration; Conversation.UpdateContainer( builder