views:

41

answers:

1

What are the steps for deploying the .Net Web Application on Linux & apache web server developed using .NET Framework using Visual Studio 2005?

+1  A: 
  • Make sure you compiled/developed for .NET 2.0 (otherwise mono might complain)
  • Install mod_mono
  • Put the files on the linux server, they should run immedatly
  • See how slow it runs and buy a windows server

IMHO .NET Applications on Linux still have a long way to go until they are really useable.

dbemerlin