> "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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
