[Mono-aspnet-list] Simple WCF service setup
liteweight
nelson.timothy at gmail.com
Thu Jul 5 15:37:11 UTC 2012
Created a simple WCF service in VS 2008 and deployed it to a working instance
of mod_mono 2.10.X on RH.
I've got plenty of ASP.Net (asmx) services running perfectly.
Added this service and I keep getting 404 errors when I point at
http://blah.com/blah/Service1.svc.
mod_mono.conf got:
AddType application/x-asp-net .svc
Web.config got:
...
<remove verb="*" path="*.svc"/>
<add verb="*" path="*.svc"
type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel,
Version=3.5.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089" validate="false"/>
...
What else is required for mod_mono to pick up and process my WCF service?
Thanks.
--
View this message in context: http://mono.1490590.n4.nabble.com/Simple-WCF-service-setup-tp4650312.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
More information about the Mono-aspnet-list
mailing list