I arrived at the below mentioned question
Host ServiceStack, MVC3 or MVC4 on mono or windows and what is the state of mono
The answer was that: "ServiceStack.net has always run on Linux/Mono" which is not what I want to know:
I would like to know HOW to deploy it. There is loads of examples on how to create your service stack application, but not much on how to deploy it.
My situation is as follows: I have downloaded MS VS 2013 (The express version for web).
I would like to write a service stack service in it (have achieved that already with the helloworld examples on the web) and then deploy this code to a Ubuntu server 12.4, running mono on Apache.
Please would anyone explain how to do that (step-wise please). Any pointers to pit falls would be welcome.
Thanks.