You are trying to use ASP.NET integration while you don't have HTTP handler mapping for .svc (which smells, you are trying to use WCF on 2.4 where ASP.NET integration is *not* supported).
Atsushi Eno Stita Fares wrote: > Hello, > > I'm very new on the mono platform, I'm trying to consume WCF services > but I can't find a way to make them work, I took a look on the > website, forum, and I don't find any quick introduction on how to > implement WCF in mono. > > The problem is that my WCF service is returning this : > > <%@ ServiceHost Language="C#" Debug="true" Service="Fares.Web.Twitter" > CodeBehind="Twitter.svc.cs" %> > > > > If anyone have a link or anything that will tell me how to configure > my Website, it will be much appreciated thank you > > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
