EDIT:
After I modified the web.config and I don\'t get error that\'s good.... then I add a new page (html) and write this small code to consume the serv
web.config
After Add this to your web.config file and configure according to your service name and contract name.
binding="basicHttpBinding" contract="MyService.IMyService"/>
Please add this in your Service.svc
using System.ServiceModel.Description;
Hope it will helps you.