On Tue, Mar 8, 2011 at 4:03 AM, imranjaved <[email protected]> wrote: > Hi, > > We have developed a wcf service in using C# 4.0 in a Web Application and > consumming it in a silverlight application. it is working fine in Windows > environment with iis 7. and we are interested to deploy our application on > CentOS 5.5 with Apatche 2.2.3 and using Mono 2.8. > > But we are not able to run and view the svc file in action at all and it > gives different errors. > > We have checked simple aspx pages and event simple asmx web service and > those are working fine. but with all efforts we are not able to even run a > default created wcf in this environment. > > At the moment I am at least interested to run a wcf (svc) to be in > responding mode. > Can anyone help me to find out step by step guide to deploy wcf in mono > world? > > Thanks
My experience is that WCF is more advanced in 2.6.7 than in 2.8 and 2.10.1 - I don't use any advance features any way. I would try Mono 2.10 anyway - if you lucky the features you use are ported there already. Have a look at http://stackoverflow.com/questions/5001350/creating-wcf-services-in-mono-2-8-2 >and it gives different errors. WCF is very fragmented in mono. You would need to post the details of the errors to get answers;) Cheers Tymek _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
