AspNetCompatibility in WCF Services – easy to trip up
Posted
on Dot net Slackers
See other posts from Dot net Slackers
Published on Mon, 12 Apr 2010 00:00:00 GMT
Indexed on
2010/04/13
0:53 UTC
Read the original article
Hit count: 350
Filed under:
This isnt the first time Ive hit this particular wall: Im creating a WCF REST service for AJAX callbacks and using the WebScriptServiceHostFactory host factory in the service: <%@ ServiceHost Language="C#"
Service="WcfAjax.BasicWcfService"
CodeBehind="BasicWcfService.cs"
Factory="System.ServiceModel.Activation.WebScriptServiceHostFactory" %>
to avoid all configuration. Because of the Factory...
Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
© Dot net Slackers or respective owner