CoderJony

WCF Service Error - "This collection already contains an address with scheme http"

WCF

Just add the below section in your web.config file.

<system.serviceModel>
     <serviceHostingEnvironment multipleSiteBindingsEnabled="true"/>
</system.serviceModel>
Buy Me A Coffee