Click here to Skip to main content
15,893,814 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello all,

I have a rest service application which is running on IIS. I wish to make this independent of IIS, so that we could use it in linux machine too(I believe so). I have read that, asp.net self-host API can be used to create IIS independent web applications.
I would like to know how I can convert my existing REST application into self-host application. Any guidance would be greatly appreciated.

Thanks
Sebastian
Posted
Updated 26-May-13 19:32pm
v3

1 solution

You can use Mono for ASP.NET of apache for asp. I do not know the way with apache but I used mono once. Everything ok but not all codes can be compatible with mono. Some of the libraries are not imlemented yet and some codes can not run. I do not know he last situation of mono because I used it one year ago.

Here is thw ways:
ASP: http://www.apache-asp.org/[^]
ASP .NET: http://www.mono-project.com/ASP.NET[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900