[Mono-list] VS2005

Andreia Gaita shana.ufie at gmail.com
Fri Mar 16 18:20:28 EDT 2007


>        "I have to Compile it with MONO & NAnt and then I should TEST it..."

You don't have to compile with Mono. The EXEs and DLLs compiled in
VStudio can be run directly on linux.

If it's a non-ASP.net application, just copy all the dlls and exes to
linux, and run "mono Name_Of_App.exe" from the command line on linux.

If it's a asp.net application, you need to copy the aspx and dlls to
linux, configure mod_mono and apache to serve that path as a website.
Alternatively, you can call xsp2 from the path where you've copied the
aspx files to, and it will serve as a webserver that way.

andreia


More information about the Mono-list mailing list