2

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.

Scott Pack
  • 14,907
  • 10
  • 53
  • 83
Nano Taboada
  • 145
  • 2
  • 9

1 Answers1

4

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.

coredump
  • 12,713
  • 2
  • 36
  • 56