[Mono-aspnet-list] Develop in VS, Deploy to Linux/Mono Best Practices

stevenjamesfrank stevenjamesfrank at yahoo.com
Tue Jul 6 17:10:48 EDT 2010


I am currently evaluating development of an ASP.NET site that is to be run on
Linux/Apache with Mono.

My desired workflow is to do all development and compilation on a Windows
workstation, then copy/transfer the required output to the Linux/Apache box.

My plan is to create a new web site in VS, with a location of my
workstation's filesystem, then with each build, simply copy the directory
structure up to the Linux box (probably with Samba).  The other options are
a direct HTTP link to the web server (which without IIS will obviously not
work) or having the build go to an FTP server (ostensibly on the Linux
server) which, I believe, would also work for me.

Assuming that Apache is set up properly to run the site, the ASP.NET code
should run, correct?

I'm I missing something from the workflow?

Thanks!
-- 
View this message in context: http://mono.1490590.n4.nabble.com/Develop-in-VS-Deploy-to-Linux-Mono-Best-Practices-tp2280224p2280224.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list