try by changing your endpoint, On your computer it works because the endpoint is local, but in iis it will be something like this way -> localhost/Web1/webService.svc
<endpoint address="http://localhost:52878/webService.svc" binding="customBinding"
bindingConfiguration="CustomBinding_webService" contract="ServiceReference1.webService"
name="CustomBinding_webService" />