monodevelop - How to development in Visual Studio and then deploy apps to Linux machine (OS - Ubuntu, web server - Nginx) -
how develop app in visual studio , deploy apps linux machine (os - ubuntu, web server - nginx). can explain steps, great help
i there 3 ways how can develop apps linux using mono.
first using visual studio development , time time deploy app linux see potential issues. use scenario because it's simple , when not messing ms specific stuff or yet unsupported things shouldn't have problems (at least didn't far). disadvantage discover mono specific problems during runtime on linux machine.
second approach using visual studio mono tools. tested when in beta , quite handy (you move phase of discovering mono specific problems dev environment, can still have issues on linux machine), since tool doesn't support debugging don't use personally.
third approach use monodevelop on linux (since debugging supported in linux). 2.2 release ide becomes , suitable development have tested console , basic asp.net mvc apps can't tell if it's ready bigger projects.
deployment linux quite easy - installed proftpd on linux machine, configured , copied project there windows machine.
Comments
Post a Comment