I was getting below error when I specified endpoint explicitly to my service project.
When 'system.serviceModel/serviceHostingEnvironment/multipleSiteBindingsEnabled' is set to true in configuration, the endpoints are required to specify a relative address. If you are specifying a relative listen URI on the endpoint, then the address can be absolute. To fix this problem, specify a relative uri for endpoint 'http://localhost:8018/WcfBinding'.
Solution In order to resolve this issue, specify
<serviceHostingEnvironment multipleSiteBindingsEnabled="false" />
Thanks
Regards,
Sheo Narayan
http://www.dotnetfunda.com