When I try to test the AutoLotWCFService using \"wcftestclient\", I get the following error. What am I doing wrong? Any insight will help. This is a simple Web Service that
Try checking if service(name) in the Service Markup (right click on servicename.svc) matches the service(name) in your web.config file.
Cheers!