How to fix "could not find a base address that matches schema http"... in WCF
- by Craig Shearer
I'm trying to deploy a WCF service to my server, hosted in IIS. Naturally it works on my machine :)
But when I deploy it, I get the following error:
This collection already contains an
address with scheme http. There can
be at most one address per scheme in
this collection.
Googling on this, I find that I have to put a…