I've just finished migrating a lightweight Microsoft® .NET™ web application to Mono and now I'm looking for a straight-forward way to host such development on a (perhaps virtualized) Ubuntu 10.10 server within an intranet environment. I was wondering if you guys have any advice to share as I'm not quite experienced when it comes to server-side/operations stuff.

I've been checking the related questions but none of them really address the problem particularly regarding the intranet scenario as well as not much quick-start steps/details were provided.

link|improve this question
feedback

1 Answer

up vote 4 down vote accepted

I think that what you need is a mod_mono installation on apache, to run ASP.NET applications, the Mono Project wiki has a guide on it that includes simple installation instructions on Ubuntu.

About the type of server you are going to use, a real or a virtual server will probably do fine.

link|improve this answer
thanks for the contribution, I've found help.ubuntu.com/community/ModMono particularly informative. – Nano Taboada Apr 26 '11 at 23:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.