Click here to Skip to main content
15,886,795 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
Can i host wcf service in linux as web service ?


What I have tried:

I have installed mono and self hosted sample application.
Posted
Updated 24-May-16 21:01pm

1 solution

Microsoft supports .NET Framework ( excluding Silverlight) on Windows only. However, project mono runs on .NET Framework on Linux also. Please check below links.
you may use following links for more details
WCF Development | Mono[^]
WCF and Linux[^]
following are the links to install mono on Linux
Install Mono on Linux | Mono[^]
How to install mono on ubuntu 64-bit v14.04? - Ask Ubuntu[^]
 
Share this answer
 
Comments
Rajeev.k raj 25-May-16 5:22am    
Thanks for your reply
Rajeev.k raj 25-May-16 5:24am    
But i didn't get any idea how to host it
koolprasad2003 25-May-16 5:30am    
First install mono on Linux and then host WCF services on Mono.

-Accept it as solution if it resole your issue
Rajeev.k raj 25-May-16 5:58am    
I hosted my wcf service in IIS successfully and i can access this service from any other machine.I installed Mono.Now I want to host this in linux like IIS in windows.Is it possible?
koolprasad2003 25-May-16 6:17am    
If you have installed MONO on Linux then you have achieve it 50%, not just check my first link from solution and see how to deploy WCF service on MONO

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