Search code examples
.netapacheazurebotframework.net-4.6

Is it possible to host a chatbot web app made from .net botframework on Linux/Apache?


I have a chat bot made from .NET and Microsoft Bot Framework. Currently it is hosted on Azure as a web app. Is there a way to host it on a Linux/Apache server as well?


Solution

  • If you want to host your current chat bot targetting .NET Framework 4.6 on a Linux Apache web server, it is simply impossible.

    Based on the .NET Framework supported client/server operating systems requirements, .NET Framework 4.6 or above is only supported on Windows based operating systems.

    Please refer to the links below for the official supported requirements as below.

    Hope this helps.