Talking from my experience, Mono can compile on a fly. However, I always thought that putting source code out there is not a good idea. So I use Web Deployment Project to pre-compile everything and then just FTP files over to my server (works great btw!).
Thanks, Max > -----Original Message----- > From: [email protected] [mailto:mono-aspnet- > [email protected]] On Behalf Of JZ > Sent: Wednesday, January 19, 2011 9:55 AM > To: [email protected] > Subject: [Mono-aspnet-list] Porting Website with Codebehinds > > > I'm in the process of evaluating Mono for my job -- We'd love to break > the > shackles Windows has on us right now! To that end, I've managed to get > our > framework building and passing tests on Linux, which is a step in the > right > direction for sure. > > Unfortunately, our two websites are of the 'Web site' vs 'Web project' > type. > I'm not sure what the exact term is, but the websites don't have > .csproj > files, and are compiled 'on the fly', both the .aspx and .aspx.cs files > sit > on our webserver and are updateable. > > It's my understanding that Mono doesn't support this type of web > project. > I'm willing to lose the 'on the fly' and 'updatable' nature of the > sites, no > problem -- but if at all possible I'd like to avoid converting these > sites > to .csproj web projects. I'd like to leave the current workflow as > undisturbed as possible for the developers working on Windows/VS. I'm > willing to put it work to create a mono-specific (I'll write Makefiles > until > my eyes bleed if that's what it comes down to) build process if it's > possible to make the sites work with no changes (prior to Mono build at > least). > > I'd appreciate any tips or pointers in the right direction, thanks! > -- > View this message in context: > http://mono.1490590.n4.nabble.com/Porting-Website-with-Codebehinds- > tp3225417p3225417.html > Sent from the Mono - ASP.NET mailing list archive at Nabble.com. > _______________________________________________ > Mono-aspnet-list mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-aspnet-list _______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
