Skip to main content
Home Forums Silverlight Programming WCF RIA Services RIAServicesOverview.docx fails to mention <add path="DataService.axd".......in web.config in Chap 3.
1 replies. Latest Post by MarkMonster on November 6, 2009.
(0)
A123456789
Member
0 points
1 Posts
11-06-2009 8:50 AM |
Chapter 3: "Understanding Silverlight Client Code Generation" in RIAServicesOverview.docx, refers to a simple CityService application, but fails to mention that the line:
<
must be added to the Web.config file in order for the application to work. This is a significant oversight since the sample application will not run without adding the DataService.axd line to the web.config file.
MarkMonster
Contributor
5220 points
1,046 Posts
11-06-2009 3:42 PM |
I agree, it's difficult to find out what's causing the error if you're missing the httpHandler. Though when you create a Silverlight Business Application from scratch, with a new Web project, the web.config will contain this httpHandler.