vesuvius said:

The problem with WCF is it is a black box with thousands of settings which makes it hard to debug, so you need tracing and so on.

 

The .svc is the real place that the service is hosted, whereas the URI just points to the virtual directory. Where are you hosting the service and what version of IIS are you using?

Hi. The service is in child Application folder off of the root Default Web Site on my local Windows 7 machine, so it's IIS v7.5.

 

The URI path I use for testing literally just looks like this  http://localhost/rest/Service.svc?filter=bla  at the moment.