Deploying a .NET Web Application on Linux

What are the steps for deploying a .NET application on Linux and an apache web server developed using the .NET Framework using Visual Studio 2005?

+3
source share
1 answer
  • Make sure you are compiled / developed for .NET 2.0 (otherwise mono may complain)
  • Install mod_mono
  • Put the files on the linux server, they should run right away
  • See how slowly it starts and buys a Windows server.

Linux IMHO.NET applications still have a long way to go until they are really useful.

+1
source

Source: https://habr.com/ru/post/1730530/


All Articles