A very common approach to implementing RESTful services is by utilizing ASP.NET MVC to do so over WCF.
ASP.NET MVC has excellent RESTful support by via flexible URL rou
I'd say WCF is better suited to build services, you can do it with asp.net mvc but it requires more ceremony