I am testing an early release of a WCF web service I have created. On the client side when I use VS to \'add service reference\' that all works.
But when I try to us
Modifying web.config worked for me
I did it using Steve Ellinger's answer and some googling. Essentially, I had to:
Here are the web.config snippets...