Search code examples
c#asp.netwcfmonoxsp

Is it possible to host a WCF service using Mono's XSP Web server?


I have made a very simple Asp.net web site with a WCF service - "Person.svc" - that runs fine when hosted on Asp.Net development server(visual web developer 2010), but if I host on Mono's XSP 2 and access some parse error is thrown. Can WCF services live inside a XSP Web site?


Solution

  • You need to run a modern version of Mono. 2.6 had some initial support, but you really want to be using our trunk release as WCF there is a lot more complete.

    If you have bug reports, you should report those to:

    http://mono-project.com/Bugs

    With a sample test case that we can use to reproduce your problem.