[Mono-aspnet-list] Very new to mono. A few questions to start out with.

Miljenko Cvjetko mcvjetko at holisticware.net
Mon May 19 17:01:45 UTC 2014


Hi

On 20140519 18:37 , FJor wrote:
> I know there's a search, but without any initial knowledge, it would be very
> hard to sort the actual fundamental questions for me from everything else.
>
> So a few questions to start me off.
>
> How much modification would be needed to run older asp.net web sites or
> could they be run without modification at all?
Define "old"

MVC3 runs, there is even project template in Xamarin Studio/Monodevelop.
MVC4 runs with a bit tweaking, problems with some combination of 
features like bundling and SignalR 1.14 - my latest experience from Jan/Feb.
MVC5 runs with more tweaking. Google is Your friend. I had no time to 
test it.

vNext - plan to test in next weeks.

>
> What would be needed to migrate asp.net from windows server to linux
> (centos) with mono.

 1. Knowledge how to configure mono and http server (apache, nginx, etc).
 2. scp to copy files
 3. if necessary minor tweaks of web.config

Everything depends how much fancy things were used in application. The 
more cool stuff the more problems to expect.

>
> How would you continue developing, if you developed the asp.net web site,
> when migrated to mono?
I work in Visual Studio in virtual machine on mac. Test it in VS switch 
"desktop" to mac and test on mac with xsp.  When xsp works for some time 
and am ready for staging server I copy to server and test.

HTH

regards

mel
>
>
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/Very-new-to-mono-A-few-questions-to-start-out-with-tp4662859.html
> Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
> _______________________________________________
> Mono-aspnet-list mailing list
> Mono-aspnet-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20140519/3b647b7b/attachment.html>


More information about the Mono-aspnet-list mailing list