Setting up a "Configuration-less" RESTful WCF Service

added by dperkalis
8/19/2011 10:45:19 AM

139 Views

A simple walkthrough of setting up a RESTful WCF Service with the most minimal amount of configuration necessary. It also demonstrates how to setup the service so that no .svc extension is needed in the service calls.


1 comments

dperkalis
8/20/2011 8:57:51 AM
This walkthrough made it really easy to create a restful service. Prior to reading this I was always confused by configuring WCF... Not any more!